mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fixed scrolling issue with many accounts
This commit is contained in:
parent
58f9299df2
commit
a690cd618c
@ -127,7 +127,7 @@
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
max-height: 256px;
|
||||
scrollbar-width: none;
|
||||
scrollbar-width: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user