Merge pull-request #1221 (Do not always show scrollbars)
This commit is contained in:
commit
320dd5778c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/* board table */
|
||||
#board-container {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#board {
|
||||
|
|
|
|||
Loading…
Reference in New Issue