mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 01:55:26 -05:00
Ensure modal action is not blocked
This commit is contained in:
@@ -46,7 +46,10 @@
|
||||
box-shadow:
|
||||
0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
||||
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
:global(html[data-fuse="true"]) .modal {
|
||||
max-height: 72dvh;
|
||||
}
|
||||
|
||||
.fullScreenModal {
|
||||
|
||||
@@ -173,6 +173,12 @@ function Document({
|
||||
dir={i18n.dir()}
|
||||
className={clsx(htmlThemeClass, "scrollbar")}
|
||||
style={htmlStyle}
|
||||
data-fuse={
|
||||
import.meta.env.VITE_FUSE_ENABLED &&
|
||||
!data?.user?.roles.includes("MINOR_SUPPORT")
|
||||
? "true"
|
||||
: undefined
|
||||
}
|
||||
suppressHydrationWarning
|
||||
>
|
||||
<head>
|
||||
|
||||
Reference in New Issue
Block a user