소스 검색

fix initial state of connection popup

Falko Schindler 1 년 전
부모
커밋
ac68650650
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nicegui/templates/index.html

+ 1 - 1
nicegui/templates/index.html

@@ -37,7 +37,7 @@
     {{ body_html | safe }}
 
     <div id="app"></div>
-    <div id="popup">
+    <div id="popup" aria-hidden="true">
       <span>Connection lost.</span>
       <span>Trying to reconnect...</span>
     </div>