We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69990de commit 6d593f0Copy full SHA for 6d593f0
1 file changed
bible/styles.css
@@ -61,6 +61,7 @@ body {
61
transition: left 0.3s ease;
62
z-index: 1000;
63
padding: 20px 15px;
64
+ padding-top: 70px; /* Space for mobile menu button */
65
overflow-y: auto;
66
}
67
@@ -160,6 +161,9 @@ body {
160
161
/* Desktop Styles */
162
@media (min-width: 768px) {
163
#mobile-menu {
164
+ top: 12px;
165
+ left: 12px;
166
+ z-index: 1001; /* Ensure it's above the sidebar */
167
display: none;
168
169
0 commit comments