From 677736bc3b3f8b8fa6bf66a8cf5bdd0d5aa3e0c5 Mon Sep 17 00:00:00 2001 From: PalmerAL Date: Sun, 20 Mar 2016 17:20:35 -0500 Subject: [PATCH] chrome 49 compatibility --- css/navbarTabs.css | 2 +- css/webviews.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/navbarTabs.css b/css/navbarTabs.css index efb1163d3..eb2483bef 100644 --- a/css/navbarTabs.css +++ b/css/navbarTabs.css @@ -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; diff --git a/css/webviews.css b/css/webviews.css index 0e92c57cb..30c025d08 100644 --- a/css/webviews.css +++ b/css/webviews.css @@ -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;