fix(core): update
This commit is contained in:
@ -7,11 +7,11 @@ import { css, unsafeCSS } from 'lit';
|
||||
*/
|
||||
export const scrollBarStyles: string = (() => {
|
||||
const returnStyles =
|
||||
navigator.userAgent.indexOf('not a thing') !== -1
|
||||
navigator.userAgent.indexOf('Mac OS X') === -1
|
||||
? css`
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
|
Reference in New Issue
Block a user