Skip to content

Commit ea89e93

Browse files
committed
feat(tgui): automatically hide scrollbars from UIs that don't need them
TGUI bundles were rebuilt to apply changes. This commit is based on Aylong's PR for Paradise Station: ParadiseSS13/Paradise#26433
1 parent 75a05a4 commit ea89e93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tgui/packages/tgui/styles/layouts/Layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ body {
6161
}
6262

6363
.Layout__content--scrollable {
64-
overflow-y: scroll;
64+
overflow-y: auto;
6565
margin-bottom: 0;
6666
}

tgui/public/tgui-panel.bundle.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tgui/public/tgui.bundle.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)