Skip to content

Commit

Permalink
fix #875 key list font blurry
Browse files Browse the repository at this point in the history
  • Loading branch information
qishibo committed Oct 7, 2022
1 parent 747ecb4 commit 43c5208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/KeyListVirtualTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,11 @@ export default {
width: calc(100% + 2px);
}

/*replace transform to avoid font blurry*/
.key-list-vtree .vue-recycle-scroller.ready .vue-recycle-scroller__item-view {
will-change: auto;
}

/*vtree scrollbat style*/
/*blur status*/
.key-list-vtree .vue-recycle-scroller::-webkit-scrollbar-thumb {
Expand Down

0 comments on commit 43c5208

Please sign in to comment.