1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Merge pull request #11963 from BboyAkers/aakers/8905

Add scrollbar in My Accounts Menu
This commit is contained in:
ryanml 2021-09-09 00:05:48 -07:00 committed by GitHub
commit cd30536cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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