fix the z-index in sidebar

This commit is contained in:
Yiannis Christodoulou 2025-05-21 15:54:31 +03:00
parent 90c6f3833f
commit 378e10d1f2

View File

@ -28,7 +28,7 @@
z-index: +20; z-index: +20;
@media (min-width: 768px) { @media (min-width: 768px) {
z-index: +5; z-index: +20;
} }
position: fixed; position: fixed;