Skip to content

Commit bf9ad33

Browse files
felixmariottoFelix Mariotto
authored andcommitted
examples: fix dark theme on empty location hash ( fix ) (#21943)
* examples: fix dark theme on empty location hash * examples: fix #viewer css Co-authored-by: Felix Mariotto <[email protected]>
1 parent c79ed0b commit bf9ad33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

files/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ iframe {
385385
overflow: auto;
386386
}
387387

388+
iframe#viewer {
389+
display: none;
390+
}
391+
388392
#viewer {
389393
padding-left: var(--panel-width);
390394
}

0 commit comments

Comments
 (0)