automatic horizontal scroll on #board-container

edited source directly
This commit is contained in:
julesverhaeren 2015-09-12 19:04:29 +02:00
parent 14d155e512
commit fba13b612c
1 changed files with 1 additions and 1 deletions

View File

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