fix: scrollbar not properly displayed on jfx 16

This commit is contained in:
Haowei Wen
2021-09-02 13:09:15 +08:00
parent e428cc7117
commit 770a7411aa

View File

@@ -1241,6 +1241,7 @@
-fx-background-color: null; -fx-background-color: null;
-fx-background-insets: 0; -fx-background-insets: 0;
-fx-padding: 0; -fx-padding: 0;
-fx-snap-to-pixel: false;
} }
.scroll-pane:focused { .scroll-pane:focused {