mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
added backdrop blur
This commit is contained in:
parent
2fa4cfe539
commit
52fd9d47b7
@ -197,7 +197,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
|
||||
<RadixDialog.Portal>
|
||||
<RadixDialog.Overlay asChild onClick={onClose}>
|
||||
<motion.div
|
||||
className="bg-black/50 fixed inset-0 z-max"
|
||||
className="bg-black/50 fixed inset-0 z-max backdrop-blur-sm"
|
||||
initial="closed"
|
||||
animate="open"
|
||||
exit="closed"
|
||||
|
Loading…
Reference in New Issue
Block a user