mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Ensure modal action is not blocked
This commit is contained in:
parent
cbfa49c3ab
commit
ddcd7307c7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user