Bläddra i källkod

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]>
Felix Mariotto 4 år sedan
förälder
incheckning
13e59a2a19
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      files/main.css

+ 4 - 0
files/main.css

@@ -385,6 +385,10 @@ iframe {
 	overflow: auto;
 }
 
+iframe#viewer {
+	display: none;
+}
+
 #viewer {
 	padding-left: var(--panel-width);
 }