Change overflow to auto
This commit is contained in:
parent
12776c7124
commit
94807c20bb
@ -23,7 +23,7 @@ html, body {
|
|||||||
.global-panel-container {
|
.global-panel-container {
|
||||||
margin: $gap;
|
margin: $gap;
|
||||||
max-width: $site-max-width;
|
max-width: $site-max-width;
|
||||||
overflow-x: hidden;
|
overflow-x: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
-ms-flex-negative: 1;
|
-ms-flex-negative: 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user