Explorar o código

fix initial state of connection popup

Falko Schindler hai 1 ano
pai
achega
ac68650650
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>