mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +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 (
|
||||
<div
|
||||
className={cn(
|
||||
'fixed inset-0',
|
||||
'absolute inset-0',
|
||||
'bg-black/50',
|
||||
'z-[9999]',
|
||||
'flex items-center justify-center',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user