Skip to content

Commit 77eacf6

Browse files
author
Gary Keeble
committed
Fix to hide zoom sliders when analyser hidden
1 parent 1138772 commit 77eacf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ html.has-analyser #analyserCanvas {
358358
display:block;
359359
}
360360

361-
html.has-analyser-fullscreen .analyser input {
361+
html.has-analyser-fullscreen.has-analyser .analyser input {
362362
display:block;
363363
}
364364

0 commit comments

Comments
 (0)