Merge pull-request #1221 (Do not always show scrollbars)

This commit is contained in:
Frederic Guillot 2015-09-12 17:13:59 -04:00
commit 320dd5778c
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,7 @@
/* board table */
#board-container {
overflow-x: scroll;
overflow-x: auto;
}
#board {