Преглед изворни кода

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>