mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add overflow hidden (#7488)
This commit is contained in:
parent
ff12d05727
commit
bf57dd5ad9
@ -139,6 +139,7 @@
|
|||||||
&__expander {
|
&__expander {
|
||||||
max-height: 0px;
|
max-height: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
&--show {
|
&--show {
|
||||||
max-height: 1000px;
|
max-height: 1000px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user