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
1 changed files with 1 additions and 0 deletions

View File

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