1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

fix(regression): exiting long modal by clicking backdrop fails

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2022-09-05 15:32:14 +01:00
parent c305f9a105
commit 9eab1085da

View File

@@ -47,7 +47,7 @@
overflow-y: auto;
&-invisibleBackdrop {
position: absolute;
position: fixed;
top: 0;
right: 0;
bottom: 0;