Changing certain ScrollBar, ScrollPane, and TextArea sizes from `em` to `px` in modena.css to make them independent of the font size *in that control*.
After the change, the UI still looks good which can be tested by scaling default font size in a fairly wide range: .root { -fx-font-size:100%; } Using CSS Playground tool in the Monkey Tester at 50% and 200% font size:   ------------- Commit messages: - 8314683 TextArea: scroll bar size and content padding Changes: https://git.openjdk.org/jfx/pull/1469/files Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1469&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8314683 Stats: 8 lines in 1 file changed: 0 ins; 0 del; 8 mod Patch: https://git.openjdk.org/jfx/pull/1469.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1469/head:pull/1469 PR: https://git.openjdk.org/jfx/pull/1469