Fix sidebar repaint on scroll
This commit is contained in:
parent
1d1fa0abc8
commit
fc55d56692
@ -218,6 +218,7 @@ export default defineComponent({
|
||||
width: 26rem;
|
||||
align-items: flex-end;
|
||||
overscroll-behavior: contain;
|
||||
will-change: transform;
|
||||
|
||||
&:not(:hover):not(:focus-within) {
|
||||
scrollbar-color: var(--background-base) transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user