Browse Source

increase z-index of connection popup (fixes #3836)

Falko Schindler 7 months ago
parent
commit
f2f0b435ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nicegui/static/nicegui.css

+ 1 - 1
nicegui/static/nicegui.css

@@ -280,7 +280,7 @@ h6.q-timeline__title {
   gap: 1em;
   transition-duration: 500ms;
   pointer-events: none;
-  z-index: 1000;
+  z-index: 10000;
 }
 .body--dark #popup {
   background-color: black;