[css][scrollbar gutter] Manage the scrollbar-gutter: stable CSS property

(only for vertical content though; we may see later on if we want to also apply that logic for horizontal scrolls?)
https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter
This commit is contained in:
Olivier Philippon
2022-05-11 16:43:17 +01:00
parent 73a2dfb3c6
commit 685a2fb510
11 changed files with 149 additions and 8 deletions

View File

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