Overlay should cover the entire pop window

This commit is contained in:
NI
2019-09-15 14:29:00 +08:00
parent f0d0c72b96
commit eefdece1d2
2 changed files with 43 additions and 36 deletions

View File

@@ -28,6 +28,11 @@
width: 500px;
}
#connect-frame {
z-index: 0;
position: relative;
}
#connect .window-frame {
max-height: calc(100vh - 40px);
overflow: auto;