use native scrollbar

This commit is contained in:
taehoon 2019-04-29 14:37:08 -04:00
parent abad528dd4
commit 220a7e89d5
7 changed files with 5 additions and 68 deletions

View file

@ -39,14 +39,7 @@ export default {
window.CSS.supports('-moz-mask-size', 'contain') ||
window.CSS.supports('-ms-mask-size', 'contain') ||
window.CSS.supports('-o-mask-size', 'contain')
),
isMobile: navigator.userAgent.match(/Android/i) ||
navigator.userAgent.match(/webOS/i) ||
navigator.userAgent.match(/iPhone/i) ||
navigator.userAgent.match(/iPad/i) ||
navigator.userAgent.match(/iPod/i) ||
navigator.userAgent.match(/BlackBerry/i) ||
navigator.userAgent.match(/Windows Phone/i)
)
}),
created () {
// Load the locale from the storage