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:
parent
582c429fd4
commit
b9dc3505c2
|
@ -30,10 +30,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.shifts-table {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
.row-day {
|
||||
border-top: 2px solid @gray-light;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue