Merge pull request #38 from PR0M3TH3AN/codex/fix-sidebar-gray-shade-issue

Fix overlay display for sidebar
This commit is contained in:
thePR0M3TH3AN
2025-07-10 16:37:02 -04:00
committed by GitHub

View File

@@ -123,6 +123,7 @@ main {
.sidebar-overlay {
display: none;
}
@media (max-width: 768px) {
body.sidebar-open .sidebar-overlay {
display: block;
position: fixed;
@@ -133,6 +134,7 @@ body.sidebar-open .sidebar-overlay {
background: rgba(0, 0, 0, 0.3);
z-index: 999;
}
}
@media (max-width: 768px) {
.sidebar {
position: fixed;