mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Fixed scrollbar out of place in settings menu
This commit is contained in:
@@ -95,10 +95,8 @@
|
|||||||
.sidebar {
|
.sidebar {
|
||||||
flex: 1 0 218px;
|
flex: 1 0 218px;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow-y: scroll;
|
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
background: var(--secondary-background);
|
background: var(--secondary-background);
|
||||||
scrollbar-width: thin;
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
min-width: 218px;
|
min-width: 218px;
|
||||||
|
|||||||
Reference in New Issue
Block a user