Răsfoiți Sursa

fix initial state of connection popup

Falko Schindler 1 an în urmă
părinte
comite
ac68650650
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      nicegui/templates/index.html

+ 1 - 1
nicegui/templates/index.html

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