mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fixed scrollbar out of place in settings menu
This commit is contained in:
parent
c72df91e3d
commit
3887029f66
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue