浏览代码

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>