chore: increase z-index value for .popup element to prevent it from being overlapped by other elements

This commit is contained in:
Kiril Videlov 2023-11-29 19:44:19 +01:00 committed by Mattias Granlund
parent 1c2073b980
commit 4fd8c890c9

View File

@ -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);