fixed scrolling issue with many accounts

feature/default_network_editable
Austin Akers 3 years ago
parent 58f9299df2
commit a690cd618c
  1. 2
      ui/components/app/account-menu/index.scss

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

Loading…
Cancel
Save