Skip to content

Commit 7f154cc

Browse files
authored
Resolved vertical sliders issue on Mozila firefox browser (#854)
* Resolved vertical sliders issue on Mozila firefox browser * Resolved sliders rotation angle units issue
1 parent a916e1e commit 7f154cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/css/main.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,11 +678,13 @@ html.has-analyser-fullscreen.has-analyser
678678
}
679679

680680
.analyser input#analyserZoomY {
681-
width: 10px;
682-
height: 100px;
683-
-webkit-appearance: slider-vertical;
681+
width: 100px;
682+
height: 10px;
684683
left: 1085px;
685-
top: 30px;
684+
top: 130px;
685+
float: right;
686+
transform: rotate(-90deg);
687+
transform-origin: left top;
686688
}
687689

688690
.analyser input#analyserMinPSD::-webkit-inner-spin-button,

0 commit comments

Comments
 (0)