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:
commit
cd30536cb7
@ -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