Skip to content

Commit

Permalink
tweak: Remove now unused backdrop-filter on popover
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Dec 19, 2024
1 parent 9a63e7f commit a7dc0ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/connect-button/src/components/popover/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ export class RadixPopover extends LitElement {
justify-content: center;
align-items: flex-start;
background: var(--radix-popover-background);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
box-sizing: border-box;
max-height: 100vh;
border-radius: 12px;
Expand Down

0 comments on commit a7dc0ff

Please sign in to comment.