Skip to content

Commit 6d593f0

Browse files
commit
1 parent 69990de commit 6d593f0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bible/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ body {
6161
transition: left 0.3s ease;
6262
z-index: 1000;
6363
padding: 20px 15px;
64+
padding-top: 70px; /* Space for mobile menu button */
6465
overflow-y: auto;
6566
}
6667

@@ -160,6 +161,9 @@ body {
160161
/* Desktop Styles */
161162
@media (min-width: 768px) {
162163
#mobile-menu {
164+
top: 12px;
165+
left: 12px;
166+
z-index: 1001; /* Ensure it's above the sidebar */
163167
display: none;
164168
}
165169

0 commit comments

Comments
 (0)