mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Fix admin sidenav z-index
This commit is contained in:
parent
5eaa6d24a6
commit
d33bc2d1d6
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/lib/argon.css
vendored
2
resources/assets/sass/lib/argon.css
vendored
|
@ -22193,7 +22193,7 @@ textarea[resize='horizontal']
|
||||||
|
|
||||||
.sidenav
|
.sidenav
|
||||||
{
|
{
|
||||||
z-index: 1050;
|
z-index: 1040;
|
||||||
|
|
||||||
transition: all .4s ease;
|
transition: all .4s ease;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue