fix for auto width

This commit is contained in:
Will McGugan
2022-05-19 11:35:34 +01:00
parent 537df85461
commit 3be7cf74f3
2 changed files with 5 additions and 3 deletions

View File

@@ -85,9 +85,9 @@ Tweet {
padding: 1;
border: wide $panel-darken-2;
overflow-y: auto;
scrollbar-gutter: stable;
/* scrollbar-gutter: stable; */
align-horizontal: center;
box-sizing: content-box;
box-sizing: border-box;
}
.scrollable {