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

View File

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