1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13: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 c94bbf9571
commit 87e37e0fc5

View file

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