From b9dc3505c2237d3e02c668c03204fb007a562402 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 27 Dec 2014 17:05:31 +0100 Subject: 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. --- themes/base.less | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes') 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; } -- cgit v1.2.3-54-g00ecf