1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-28 23:06:37 +01:00

Add overflow hidden (#7488)

This commit is contained in:
ricky 2019-11-21 16:59:50 -05:00 committed by Mark Stacey
parent 466ece4588
commit aeafc1e8bc

View File

@ -139,6 +139,7 @@
&__expander {
max-height: 0px;
width: 100%;
overflow: hidden;
&--show {
max-height: 1000px;