Fix admin sidenav z-index

This commit is contained in:
Daniel Supernault 2022-12-27 01:49:11 -07:00
parent 5eaa6d24a6
commit d33bc2d1d6
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -22193,7 +22193,7 @@ textarea[resize='horizontal']
.sidenav .sidenav
{ {
z-index: 1050; z-index: 1040;
transition: all .4s ease; transition: all .4s ease;
} }