Переглянути джерело

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 роки тому
батько
коміт
13e59a2a19
1 змінених файлів з 4 додано та 0 видалено
  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);
 }