Fix modal transform causing inner overlays to incorrectly calculate window dimensions
This commit is contained in:
parent
c94bbf9571
commit
87e37e0fc5
|
@ -89,5 +89,6 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
max-height: none;
|
max-height: none;
|
||||||
margin: 40px 0;
|
margin: 40px 0;
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue