3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Set overflow-x: scroll on dashboard layout regions to prevent bumping second column below first.

This commit is contained in:
Michael Stenta 2021-06-07 11:17:06 -04:00
parent dff53dba7f
commit e8299a7df9

View file

@ -1,5 +1,6 @@
.layout--twocol .layout__region {
box-sizing: border-box;
overflow-x: scroll;
}
.layout--twocol .layout__region--first {