From 7bae4585f3b2959fd2c79f05eb81fff4152264a4 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 28 Jan 2022 16:03:13 +0100 Subject: [PATCH] fix(core): update --- ts/domtools.css.basestyles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/domtools.css.basestyles.ts b/ts/domtools.css.basestyles.ts index e0a0a9d..2ed23bf 100644 --- a/ts/domtools.css.basestyles.ts +++ b/ts/domtools.css.basestyles.ts @@ -7,7 +7,7 @@ import { css, unsafeCSS } from 'lit'; */ export const scrollBarStyles: string = (() => { const returnStyles = - navigator.userAgent.indexOf('Mac OS X') !== -1 + navigator.userAgent.indexOf('not a thing') !== -1 ? css` /* width */ ::-webkit-scrollbar {