summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRoman <rms@gotocloud.net>2014-12-27 17:05:31 +0100
committerRoman <rms@gotocloud.net>2014-12-27 17:05:31 +0100
commitb9dc3505c2237d3e02c668c03204fb007a562402 (patch)
tree81d9bdc67f5f2754b33fad5ad02b52cc03cf37f3 /themes
parent582c429fd4a247433c02b064841580cf1ee78176 (diff)
Non scrollable shifts table
On some browsers it seems to be impossible to scroll the table to the right when width exceeds windows width. Seen on Win Firefox.
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/base.less b/themes/base.less
index 99c7cfc5..b99a0855 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -30,10 +30,6 @@ body {
}
}
-.shifts-table {
- overflow-x: scroll;
-}
-
.row-day {
border-top: 2px solid @gray-light;
}