no horizontal overflow cover

This commit is contained in:
Lachlan Kermode
2019-08-20 15:05:59 +01:00
parent b0e2e6dd45
commit 5949136cbb
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ const isChrome = !!window.chrome && !!window.chrome.webstore
// Blink engine detection
const isBlink = (isChrome || isOpera) && !!window.CSS
if (isSafari || isEdge || isIE || isOpera) {
if (isEdge || isIE || isOpera) {
alert('Please view this website in Firefox or Chrome for best viewing. It is untested in your browser.')
}
/* eslint-enable */

View File

@@ -9,6 +9,7 @@
transition: top 0.4s ease;
z-index: $overheader + 1;
overflow-y: auto;
overflow-x: hidden;
color: $offwhite;
&.showing {