set drawer above inline

This commit is contained in:
vapormusic 2022-04-03 21:14:42 +07:00
parent 2f4266ddd5
commit 47fac6431b

View file

@ -405,7 +405,7 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
top: 3%; top: 3%;
background: #1c1c1c8f; background: #1c1c1c8f;
border-radius: 12px; border-radius: 12px;
z-index: 9; z-index: 10;
height: 94%; height: 94%;
backdrop-filter: blur(40px) saturate(180%); backdrop-filter: blur(40px) saturate(180%);
box-shadow: var(--ciderShadow-Generic); box-shadow: var(--ciderShadow-Generic);