mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-09 16:24:24 +03:00
File popup menu z-index fix (#3502)
This commit is contained in:
parent
b818ce485b
commit
8dada8149f
@ -52,7 +52,7 @@
|
||||
tabindex="0"
|
||||
use:recordDimensions
|
||||
use:clickOutside={{ handler: () => onDismiss() }}
|
||||
style="position: absolute; top:{pos.y}px; left:{pos.x}px"
|
||||
style="z-index: var(--z-floating); position: absolute; top:{pos.y}px; left:{pos.x}px"
|
||||
>
|
||||
<slot {item} dismiss={onDismiss} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user