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; }