From 4b7d3e26873dbae4aecff3224294d30d9c72bc6e Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 1 Feb 2019 23:09:22 +0100 Subject: fix(Service): Fix unecessary webview resize --- src/styles/services.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/styles/services.scss') diff --git a/src/styles/services.scss b/src/styles/services.scss index 0e559501c..5acf92d2c 100644 --- a/src/styles/services.scss +++ b/src/styles/services.scss @@ -39,18 +39,12 @@ webview { background: $theme-gray-lighter; display: inline-flex; - height: 0; - width: 0; + height: 100%; + width: 100%; } &.is-active { z-index: 100; - - webview { - flex: 0 1; - height: 100%; - width: 100%; - } } &--force-repaint webview { z-index: 5; } -- cgit v1.2.3-54-g00ecf