diff options
author | Roman <rms@gotocloud.net> | 2014-12-27 17:05:31 +0100 |
---|---|---|
committer | Roman <rms@gotocloud.net> | 2014-12-27 17:05:31 +0100 |
commit | b9dc3505c2237d3e02c668c03204fb007a562402 (patch) | |
tree | 81d9bdc67f5f2754b33fad5ad02b52cc03cf37f3 /themes/base.less | |
parent | 582c429fd4a247433c02b064841580cf1ee78176 (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/base.less')
-rw-r--r-- | themes/base.less | 4 |
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; } |