1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +12:00

Fix modal transform causing inner overlays to incorrectly calculate window dimensions

This commit is contained in:
Andrew Kingston 2021-04-15 12:09:06 +01:00
parent 13e5c5ad61
commit 9a7cf3079a

View file

@ -89,5 +89,6 @@
overflow: visible;
max-height: none;
margin: 40px 0;
transform: none;
}
</style>