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.
This commit is contained in:
Roman 2014-12-27 17:05:31 +01:00
parent 582c429fd4
commit b9dc3505c2
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ body {
}
}
.shifts-table {
overflow-x: scroll;
}
.row-day {
border-top: 2px solid @gray-light;
}