1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Hide accounts dropdown scrollbars on Firefox (#7374)

This commit is contained in:
matteopey 2019-11-10 08:43:36 +01:00 committed by Mark Stacey
parent ec1f3fa19a
commit efe240195b

View File

@ -58,6 +58,7 @@
max-height: 256px;
position: relative;
z-index: 200;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;