With this, scrollbars across the app will now auto-hide unless it is specified that they should follow a specific setting. Optimally, we would just track the user preference by default. However, this is currently not possible. because the setting we would need to read lives in `editor` and we cannot read that from within the `ui` crate. Release Notes: - N/A