Глобальная стилизация скроллбаров

This commit is contained in:
Daria Golova
2022-11-18 18:42:14 +03:00
parent 27e29bf414
commit f6d782d08a
4 changed files with 11 additions and 19 deletions

View File

@@ -9,6 +9,16 @@ export default {
</script>
<style lang="sass">
html
::-webkit-scrollbar
width: 8px
height: 8px
::-webkit-scrollbar-track
border-radius: 4px
background-color: var(--bg-ligth-blue-color)
::-webkit-scrollbar-thumb
background-color: var(--btn-blue-color-2)
border-radius: 4px
#app
font-feature-settings: 'pnum' on, 'lnum' on
-webkit-font-smoothing: antialiased