فهرست منبع

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);
 }