gpui-component/crates
Jens Krause c06a0c5d78
scrollbar: Fix Scrollbar not clickable when it is always showing. (#686)
On `platform` level,
[should_auto_hide_scrollbars()](76a81607de/crates/gpui/src/platform.rs (L205))
might be `false` for some `platform`s, e.g. for `Linux`.

That's why another check is needed to make scrollbars work properly on
Linux.

Fixes #685

---------

Co-authored-by: Jason Lee <huacnlee@gmail.com>
2025-03-05 10:14:22 +08:00
..
story text_view: Add syntax highlight to CodeBlock. (#684) 2025-03-04 21:50:50 +08:00
ui scrollbar: Fix Scrollbar not clickable when it is always showing. (#686) 2025-03-05 10:14:22 +08:00