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;
|
overflow-y: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-height: 256px;
|
max-height: 256px;
|
||||||
scrollbar-width: none;
|
scrollbar-width: auto;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user