mirror of
https://github.com/immich-app/immich.git
synced 2025-11-03 02:57:10 -05:00
fix(web): render context overlays over the scrollbar (#23007)
This commit is contained in:
parent
95889a69c9
commit
3163afd24a
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
<div
|
<div
|
||||||
bind:clientHeight={height}
|
bind:clientHeight={height}
|
||||||
class="fixed min-w-[200px] w-max max-w-[300px] overflow-hidden rounded-lg shadow-lg"
|
class="fixed min-w-[200px] w-max max-w-[300px] overflow-hidden rounded-lg shadow-lg z-1"
|
||||||
style:left="{left}px"
|
style:left="{left}px"
|
||||||
style:top="{top}px"
|
style:top="{top}px"
|
||||||
transition:slide={{ duration: 250, easing: quintOut }}
|
transition:slide={{ duration: 250, easing: quintOut }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user