automatic horizontal scroll on #board-container
edited source directly
This commit is contained in:
parent
14d155e512
commit
fba13b612c
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
/* board table */
|
||||
#board-container {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#board {
|
||||
|
|
|
|||
Loading…
Reference in New Issue