fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-28 16:03:13 +01:00
parent d9cdff2897
commit 7bae4585f3

View File

@ -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 {