Skip to content

Commit

Permalink
fix: resolve content blur after modal dragged (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
HydenLiu authored Oct 2, 2024
1 parent 7881f23 commit a4cbec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/settings/modal/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a4cbec4

Please sign in to comment.