Fix sidebar z-index on mobile to be above playbar
This commit is contained in:
parent
7647926819
commit
1a9bf43e3b
1 changed files with 2 additions and 2 deletions
|
|
@ -466,7 +466,7 @@ kbd {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: rgb(0, 0, 0, 0.5);
|
background: rgb(0, 0, 0, 0.5);
|
||||||
z-index: 1999;
|
z-index: 2150;
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3509,7 +3509,7 @@ img[src=''] {
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
z-index: 2000;
|
z-index: 2200;
|
||||||
transition:
|
transition:
|
||||||
transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
|
transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
|
||||||
box-shadow 0.3s ease;
|
box-shadow 0.3s ease;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue