Skip to content

Commit 677736b

Browse files
committed
chrome 49 compatibility
1 parent fa030b5 commit 677736b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

css/navbarTabs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
min-height: 2.3333em;
77
max-height: 2.3333em;
88
align-items: center;
9-
transition: 0.2s background-color, 0.1s max-height;
9+
transition: 0.175s background-color, 0.1s max-height;
1010
max-width: 100vw;
1111
-webkit-user-select: none;
1212
position: relative;

css/webviews.css

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
#webviews {
22
height: calc(100vh - 2.25em);
3+
position: relative;
34
}
45
#webviews webview {
56
height: 100%;
67
width: 100%;
78
outline: none;
9+
position: absolute;
10+
}
11+
#webviews webview[hidden] {
12+
display: flex !important;
13+
visibility: hidden;
814
}
915
#webviews webview.fullscreen {
1016
position: fixed;

0 commit comments

Comments
 (0)