Description
Currently Qt5WebEngine does show e.g. only small scrollbars on a high-dpi setup on Linux. This is because webengine is configured without enable_hdpi.
The prebuilt chrome binaries however use the bigger scrollbars, so presumably Chrome is compiled with enable_hdpi.