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 {