Skip to content

Commit

Permalink
Fix overflowing Gallery preview overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
MMP0 committed Feb 21, 2024
1 parent 3723527 commit bde3bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/gallery/shared/Gallery.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
left: 0px;
flex-direction: column;
z-index: var(--layer-2);
border-radius: calc(var(--block-radius) - var(--block-border-width));
-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
background: var(--background-fill-primary);
Expand Down

0 comments on commit bde3bd1

Please sign in to comment.