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

Fixing accounts scrollbar for chrome (#12205)

This commit is contained in:
ryanml 2021-09-24 09:27:22 -07:00
parent ae8467cc74
commit 5d1b316817

View File

@ -129,10 +129,6 @@
max-height: 256px;
scrollbar-width: auto;
&::-webkit-scrollbar {
display: none;
}
@media screen and (max-width: $break-small) {
max-height: 228px;
}