diff --git a/styles/components/_global_layout.scss b/styles/components/_global_layout.scss index a85c1126..ac711f59 100644 --- a/styles/components/_global_layout.scss +++ b/styles/components/_global_layout.scss @@ -23,7 +23,7 @@ html, body { .global-panel-container { margin: $gap; max-width: $site-max-width; - overflow-x: hidden; + overflow-x: auto; flex-grow: 1; -ms-flex-negative: 1;