fix: correction sidebar mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kazhnuz 2024-08-29 22:21:21 +02:00
parent d61fe9b301
commit 223a9c8a3f
2 changed files with 2 additions and 2 deletions

View file

@ -1729,7 +1729,7 @@ html {
transition: left 0.2s; transition: left 0.2s;
padding: 1rem; padding: 1rem;
overflow: hidden; overflow: hidden;
z-index: 10; z-index: 11;
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6); } box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6); }
#mobile-sidebar.shown { #mobile-sidebar.shown {
left: 0; } left: 0; }

View file

@ -37,7 +37,7 @@ html {
width: 320px; width: 320px;
} }
z-index:10; z-index:11;
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6); box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6);
} }