Fixed tree flickering issue on scroll. #5559

This commit is contained in:
Nikhil Mohite
2022-12-20 11:30:19 +05:30
committed by GitHub
parent 213c9d683f
commit 8e18e0b536

View File

@@ -19,6 +19,11 @@
position: absolute !important; position: absolute !important;
height: 100% !important; height: 100% !important;
top: 0px !important; top: 0px !important;
> div {
scrollbar-gutter: stable;
overflow: overlay !important;
}
} }
} }