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)" > -
- 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 +
+