nicolium: funny but that's not how i should do it lol

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-27 22:27:36 +01:00
parent 4bd0f044e5
commit 065c2e3c4b

View File

@ -73,7 +73,7 @@ const SensitiveContentOverlay = React.forwardRef<HTMLDivElement, ISensitiveConte
return (
<div
className={clsx('absolute z-[1]', {
className={clsx('absolute z-[2]', {
'flex h-full w-full cursor-default justify-center rounded-md border-0 backdrop-blur-lg':
!visible,
'inset-0 bg-gray-800/75': !visible,