some fixes

This commit is contained in:
vapormusic 2022-05-15 16:52:19 +07:00
parent 392b5a20a8
commit 07ea88323f
4 changed files with 28 additions and 7 deletions

View file

@ -2971,7 +2971,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
float: left;
display: none;
width: 100%;
height: calc(100% - var(--chromeHeight));
height: 100%;
bottom: 0;
z-index: 100000;
}