fix: Show settings popup in front of seekbar

This commit is contained in:
Yiannis Christodoulou 2025-09-29 00:15:06 +03:00
parent 5139fa5755
commit fcdeac4977

View File

@ -37,7 +37,7 @@
border-radius: 7px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
display: none;
z-index: 1000;
z-index: 9999;
font-size: 14px;
overflow: auto;
}