the scrollbars in rstudio Version 1.2.1335 under Ubuntu 18.04 are very wide on my machine. When I inspect them they are 35 pixels wide which looks odd and clunky.
I think this has happened recently but can't find anything which would indicate how to fix it.
Interesting! Do you have the IDE zoomed in, or anything like that? I'm surprised since to the best of my knowledge we've only observed this issue when using high DPI displays.
It turns out that Ubuntu was mis-reading my monitor model over the HDMI port (after a suspend). It correctly reported the 1920 resolution but thought it was a 7" monitor (instead of a 24" monitor). That meant the dpi was wrong and interface elements such as the scroll bar went AWOL.
I fixed it by using a VGA/VGA cable from the laptop to my docking station instead of the HDMI/HDMI cable. Ubuntu now sees a 24" Samsung monitor and Rstudio runs fine on the native laptop screen and on the external monitor.
The fundamental issue was therefore Ubuntu changing the dpi based on the monitor it thought I was using.