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:
@@ -47,7 +47,7 @@
|
||||
overflow-y: auto;
|
||||
|
||||
&-invisibleBackdrop {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
Reference in New Issue
Block a user