fix(core): update

This commit is contained in:
2022-01-28 18:05:57 +01:00
parent 4bff0091c9
commit af1eb73028
3 changed files with 207 additions and 89 deletions

View File

@ -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 */