diff --git a/tgui/packages/tgui/styles/components/Section.scss b/tgui/packages/tgui/styles/components/Section.scss index 3221f76cb02..2d7792e5179 100644 --- a/tgui/packages/tgui/styles/components/Section.scss +++ b/tgui/packages/tgui/styles/components/Section.scss @@ -95,7 +95,7 @@ $separator-color: colors.$primary !default; overflow-y: hidden; & > .Section__rest > .Section__content { - overflow-y: scroll; + overflow-y: auto; overflow-x: hidden; } }