1
0
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:
Austin Akers 2021-08-28 17:46:00 -07:00
parent 58f9299df2
commit a690cd618c

View File

@ -127,7 +127,7 @@
overflow-y: auto;
position: relative;
max-height: 256px;
scrollbar-width: none;
scrollbar-width: auto;
&::-webkit-scrollbar {
display: none;