fix z-index of volume slider

This commit is contained in:
Matt Walsh
2025-11-10 13:01:30 -06:00
parent da3fe3366c
commit 770f671d45
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -40,6 +40,7 @@
width: 100%; width: 100%;
background-color: #000; background-color: #000;
text-align: center; text-align: center;
z-index: 100;
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
background-color: #303030; background-color: #303030;