From bf226f87dcb4ab7f72cfd596cc989e95cdfa02e4 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sat, 29 Dec 2012 14:46:01 +0100 Subject: revert scrollable table because of bad browser implementation and replace by non-fixed header scrolling --- public/css/base.css | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'public/css/base.css') diff --git a/public/css/base.css b/public/css/base.css index e1686bb4..638f6ef4 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -135,24 +135,7 @@ table { table.scrollable { max-width: 100%; - overflow-x: scroll; - overflow-y: hidden; -} - -table.scrollable thead tr { - display: block; - position: relative; -} - -table.scrollable tbody { - display: block; - position: relative; - overflow-x: hidden; - overflow-y: auto; -} - -table.scrollable tbody * { - width: auto; + overflow: auto; } fieldset hr { -- cgit v1.2.3-54-g00ecf