FIX: context menu below bottom bar

This commit is contained in:
Julien Maille 2026-01-08 22:37:49 +01:00
parent 9cb9b12d1c
commit fc6260d9b9

View file

@ -1600,7 +1600,7 @@ input:checked + .slider::before {
border-radius: var(--radius);
padding: 0.5rem;
box-shadow: var(--shadow-lg);
z-index: 1000;
z-index: 3000;
min-width: 160px;
}