summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/base.css19
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 {