소스 검색

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