fix: correction sidebar mobile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d61fe9b301
commit
223a9c8a3f
2 changed files with 2 additions and 2 deletions
|
@ -1729,7 +1729,7 @@ html {
|
|||
transition: left 0.2s;
|
||||
padding: 1rem;
|
||||
overflow: hidden;
|
||||
z-index: 10;
|
||||
z-index: 11;
|
||||
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.6); }
|
||||
#mobile-sidebar.shown {
|
||||
left: 0; }
|
||||
|
|
|
@ -37,7 +37,7 @@ html {
|
|||
width: 320px;
|
||||
}
|
||||
|
||||
z-index:10;
|
||||
z-index:11;
|
||||
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue