mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 14:29:15 +08:00
style(BlockingOverlay): change positioning from fixed to absolute
This commit is contained in:
parent
91cf5d2e7d
commit
0fb5480b0a
@ -29,7 +29,7 @@ export const BlockingOverlay = ({ isVisible, onClick, children, className }: Blo
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'fixed inset-0',
|
'absolute inset-0',
|
||||||
'bg-black/50',
|
'bg-black/50',
|
||||||
'z-[9999]',
|
'z-[9999]',
|
||||||
'flex items-center justify-center',
|
'flex items-center justify-center',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user