mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-30 01:17:37 +03:00
chore: increase z-index value for .popup element to prevent it from being overlapped by other elements
This commit is contained in:
parent
1c2073b980
commit
4fd8c890c9
@ -51,7 +51,7 @@
|
||||
.popup {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
z-index: 30;
|
||||
z-index: 50;
|
||||
width: 100%;
|
||||
margin-top: var(--space-6);
|
||||
border-radius: var(--m, 6px);
|
||||
|
Loading…
Reference in New Issue
Block a user