Skip to content

Commit 5017716

Browse files
committed
fix webview background sizing in maximized window
1 parent cb3e9f6 commit 5017716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: css/webviews.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
height: calc(100vh - 36px);
33
position: relative;
44
}
5-
body.windows #webviews {
5+
body.windows:not(.maximized) #webviews {
66
height: calc(100vh - 46px);
77
}
88

0 commit comments

Comments
 (0)