aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-03 21:03:01 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-03 21:03:01 +0100
commitebb9735c84a19de5a37e983480b3295865d21128 (patch)
tree24754321e3cb38721ffce2db5af86d849067f7d2 /src/styles
parentMerge branch 'develop' (diff)
parentfix(Service): Improve focus when switching services (diff)
downloadferdium-app-ebb9735c84a19de5a37e983480b3295865d21128.tar.gz
ferdium-app-ebb9735c84a19de5a37e983480b3295865d21128.tar.zst
ferdium-app-ebb9735c84a19de5a37e983480b3295865d21128.zip
Merge branch 'develop'
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/services.scss10
1 files changed, 2 insertions, 8 deletions
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 @@
39 webview { 39 webview {
40 background: $theme-gray-lighter; 40 background: $theme-gray-lighter;
41 display: inline-flex; 41 display: inline-flex;
42 height: 0; 42 height: 100%;
43 width: 0; 43 width: 100%;
44 } 44 }
45 45
46 &.is-active { 46 &.is-active {
47 z-index: 100; 47 z-index: 100;
48
49 webview {
50 flex: 0 1;
51 height: 100%;
52 width: 100%;
53 }
54 } 48 }
55 49
56 &--force-repaint webview { z-index: 5; } 50 &--force-repaint webview { z-index: 5; }