Skip to content

Commit

Permalink
fix(Service): Fix unecessary webview resize
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Feb 1, 2019
1 parent 09f24db commit 4b7d3e2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/styles/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 4b7d3e2

Please sign in to comment.