Fixed scrollbar out of place in settings menu

This commit is contained in:
nizune 2021-08-04 10:49:45 +02:00
parent c72df91e3d
commit 3887029f66

View file

@ -95,10 +95,8 @@
.sidebar {
flex: 1 0 218px;
display: flex;
overflow-y: scroll;
justify-content: flex-end;
background: var(--secondary-background);
scrollbar-width: thin;
.container {
min-width: 218px;