Skip to content

Commit

Permalink
fix(plugin): scrollbar no longer is always visible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Nov 1, 2023
1 parent 90a6b7a commit bf38253
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/plugin/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ module.exports = {
'.isOff *': {
animation: 'none !important'
},
'::-webkit-scrollbar': {
width: '0.5rem'
},
'::-webkit-scrollbar:horizontal': {
height: '0.5rem',
'max-height': '0.5rem'
},
// '::-webkit-scrollbar': {
// 'max-width': '0.5rem'
// },
// '::-webkit-scrollbar:horizontal': {
// // height: '0.5rem',
// 'max-height': '0.5rem'
// },
'::-webkit-scrollbar-track': {
'background-color': 'rgba(25,25,25,0.05)'
},
Expand Down

0 comments on commit bf38253

Please sign in to comment.