Skip to content

Commit 4b7d3e2

Browse files
committed
fix(Service): Fix unecessary webview resize
1 parent 09f24db commit 4b7d3e2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/styles/services.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,12 @@
3939
webview {
4040
background: $theme-gray-lighter;
4141
display: inline-flex;
42-
height: 0;
43-
width: 0;
42+
height: 100%;
43+
width: 100%;
4444
}
4545

4646
&.is-active {
4747
z-index: 100;
48-
49-
webview {
50-
flex: 0 1;
51-
height: 100%;
52-
width: 100%;
53-
}
5448
}
5549

5650
&--force-repaint webview { z-index: 5; }

0 commit comments

Comments
 (0)