From eefdece1d2b9a9908a5d3ba9a981b5754b87839f Mon Sep 17 00:00:00 2001 From: NI Date: Sun, 15 Sep 2019 14:29:00 +0800 Subject: [PATCH] Overlay should cover the entire pop window --- ui/widgets/connect.css | 5 +++ ui/widgets/connect.vue | 74 ++++++++++++++++++++++-------------------- 2 files changed, 43 insertions(+), 36 deletions(-) diff --git a/ui/widgets/connect.css b/ui/widgets/connect.css index 24999ee..5c0d35d 100644 --- a/ui/widgets/connect.css +++ b/ui/widgets/connect.css @@ -28,6 +28,11 @@ width: 500px; } +#connect-frame { + z-index: 0; + position: relative; +} + #connect .window-frame { max-height: calc(100vh - 40px); overflow: auto; diff --git a/ui/widgets/connect.vue b/ui/widgets/connect.vue index 12db06f..fc4f888 100644 --- a/ui/widgets/connect.vue +++ b/ui/widgets/connect.vue @@ -24,50 +24,52 @@ :display="display" @display="$emit('display', $event)" > -

Establish connection with

+
+

Establish connection with

- + - + - + - + -
- -
-

- An insecured service may steal your secrets. - Always exam the safety of the service before using it. -

+
+ +
+

+ An insecured service may steal your secrets. + Always exam the safety of the service before using it. +

-

- Sshwifty is a free software, you can deploy it on your own trusted - infrastructure. - Learn more -

+

+ Sshwifty is a free software, you can deploy it on your own trusted + infrastructure. + Learn more +

+
-
-
+
+