1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Remove scroll bar from home screen (#8547)

A change made in #8284 had the unintended side-effect of making this
scrollbar appear on the home screen. Previously it was scrollable
without any scroll bar being visible.
This commit is contained in:
Mark Stacey 2020-05-07 11:34:58 -03:00 committed by GitHub
parent 7e75eb15ef
commit 7a6b2594f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@
min-width: 0;
display: flex;
flex-direction: column;
overflow-y: auto;
}
&__balance-wrapper {