diff --git a/src/index.css b/src/index.css index 1a33a9c..e1d59b6 100644 --- a/src/index.css +++ b/src/index.css @@ -221,6 +221,7 @@ body { max-height: min(52dvh, 720px); padding: 12px; overflow: auto; + scrollbar-gutter: stable both-edges; } .launcher-shell-admin .launcher-changelog-body { @@ -236,7 +237,9 @@ body { .launcher-board-tabs { display: flex; gap: 4px; - width: min(280px, 100%); + width: 280px; + max-width: 100%; + justify-self: start; padding: 4px; border: 1px solid #365782; border-radius: 14px;