From d296bc6f4db26384b89992111d27ee4c4d374b48 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 20 Oct 2016 17:33:58 +0200 Subject: [PATCH] Make big table scrollable on 6hrs tab. --- index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 2c60902..a6a246f 100644 --- a/index.php +++ b/index.php @@ -55,6 +55,10 @@ .mdl-layout__tab-panel.is-active { display: block; } + + .mdl-layout__tab-panel.is-scrollable { + overflow-x: auto; + } @@ -93,7 +97,7 @@
-
+