mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
Merge pull request #38 from PR0M3TH3AN/codex/fix-sidebar-gray-shade-issue
Fix overlay display for sidebar
This commit is contained in:
@@ -123,15 +123,17 @@ main {
|
|||||||
.sidebar-overlay {
|
.sidebar-overlay {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body.sidebar-open .sidebar-overlay {
|
@media (max-width: 768px) {
|
||||||
display: block;
|
body.sidebar-open .sidebar-overlay {
|
||||||
position: fixed;
|
display: block;
|
||||||
top: 0;
|
position: fixed;
|
||||||
left: 0;
|
top: 0;
|
||||||
right: 0;
|
left: 0;
|
||||||
bottom: 0;
|
right: 0;
|
||||||
background: rgba(0, 0, 0, 0.3);
|
bottom: 0;
|
||||||
z-index: 999;
|
background: rgba(0, 0, 0, 0.3);
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
|
Reference in New Issue
Block a user