diff --git a/frontend/sass/index.scss b/frontend/sass/index.scss index 22f25ed..6f3eab2 100644 --- a/frontend/sass/index.scss +++ b/frontend/sass/index.scss @@ -265,10 +265,22 @@ body { height: 100%; } -#services > :not(.active):not(.loader):not(#url-preview) { +#services > :not(.active):not(.loader):not(#url-preview):not(webview) { display: none; } +#services > webview { + position: absolute; + width: 100%; + height: 100%; + z-index: 10; + background-color: rgb(43, 43, 43); +} + +#services > webview.active { + z-index: 20; +} + #services > .loader { width: 64px; height: 64px;