mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
no horizontal overflow cover
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
transition: top 0.4s ease;
|
||||
z-index: $overheader + 1;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
color: $offwhite;
|
||||
|
||||
&.showing {
|
||||
|
||||
Reference in New Issue
Block a user