瀏覽代碼

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

Falko Schindler 8 月之前
父節點
當前提交
f2f0b435ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;