gpui-component/crates/story
Michael Angerman eb9a0ed881
chore: Fix button example so that it scrolls in the y direction (#999)
The button example was not scrolling in the y direction and therefore
you were *NOT* able to see the entire ButtonStory.

This minor fix now enables one to see the entire ButtonStory.

The only code that needed to be added was

```rust
            .id("button_example")
            .overflow_y_scroll()
```
2025-06-24 11:54:51 +08:00
..
examples chore: Fix button example so that it scrolls in the y direction (#999) 2025-06-24 11:54:51 +08:00
src theme: Update default radius to 6px, and modal to 8px. (#995) 2025-06-20 20:07:19 +08:00
Cargo.toml code-editor: Update CodeEditor to support external language. (#928) 2025-06-09 14:27:33 +08:00