fix: resolve content blur after modal dragged (#746)

This commit is contained in:
Hyden Liu 2024-10-02 20:07:08 +08:00 committed by GitHub
parent 7881f236ad
commit a4cbec45e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export function SettingModalLayout(
scale: 0.96,
}}
className={cn(
"relative flex overflow-hidden rounded-xl rounded-br-none border border-border",
"relative flex rounded-xl rounded-br-none border border-border",
!overlay && "shadow-perfect",
)}
style={resizeableStyle}