Преглед на файлове

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>