Merge pull request #501 from Textualize/css-add-scrollbar-gutter-property

[css][scrollbar gutter] Manage the `scrollbar-gutter: stable` CSS property
This commit is contained in:
Will McGugan
2022-05-17 11:29:40 +01:00
committed by GitHub
11 changed files with 149 additions and 8 deletions

View File

@@ -84,7 +84,8 @@ Tweet {
/* border: outer $primary; */
padding: 1;
border: wide $panel-darken-2;
overflow-y: scroll;
overflow-y: auto;
scrollbar-gutter: stable;
align-horizontal: center;
}
@@ -116,7 +117,7 @@ TweetBody {
width: 100%;
background: $panel;
color: $text-panel;
height:20;
height: auto;
padding: 0 1 0 0;
}