diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-29 14:46:01 +0100 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2012-12-30 01:55:24 +0100 |
commit | bf226f87dcb4ab7f72cfd596cc989e95cdfa02e4 (patch) | |
tree | fc2ae86873638e544c56d4a9ea0abd493fb44182 /public | |
parent | 38366b0285c4242132fd2ffa9dc368f4d0201de1 (diff) |
revert scrollable table because of bad browser implementation and replace by non-fixed header scrolling
Diffstat (limited to 'public')
-rw-r--r-- | public/css/base.css | 19 |
1 files changed, 1 insertions, 18 deletions
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 { |