Skip to content

Commit

Permalink
chrome 49 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Mar 20, 2016
1 parent fa030b5 commit 677736b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/navbarTabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
min-height: 2.3333em;
max-height: 2.3333em;
align-items: center;
transition: 0.2s background-color, 0.1s max-height;
transition: 0.175s background-color, 0.1s max-height;
max-width: 100vw;
-webkit-user-select: none;
position: relative;
Expand Down
6 changes: 6 additions & 0 deletions css/webviews.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#webviews {
height: calc(100vh - 2.25em);
position: relative;
}
#webviews webview {
height: 100%;
width: 100%;
outline: none;
position: absolute;
}
#webviews webview[hidden] {
display: flex !important;
visibility: hidden;
}
#webviews webview.fullscreen {
position: fixed;
Expand Down

0 comments on commit 677736b

Please sign in to comment.