fix(modal): do not hide the scroll bar when opening the pop-up window #151
This commit is contained in:
parent
9c2f3f30bb
commit
8f332e3cd4
|
|
@ -39,7 +39,8 @@ html,
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow: visible !important;
|
||||||
|
overflow-x: hidden !important;
|
||||||
|
|
||||||
&.color-weak {
|
&.color-weak {
|
||||||
filter: invert(80%);
|
filter: invert(80%);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue