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
1 changed files with 1 additions and 0 deletions

View File

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