Commit 7bfb48c
committed
Fix scrolling in extension configuration modal
When installing a dev extension with long installation instructions,
the configuration modal would overflow and users couldn't scroll to
see the full content or interact with buttons at the bottom.
This fix adds a ScrollHandle to the ConfigureContextServerModal and
passes it to the Modal component, enabling the built-in modal scrolling
capability. This ensures all content remains accessible regardless of
length.
Fixes #423421 parent 2bcfc12 commit 7bfb48c
File tree
1 file changed
+4
-2
lines changed- crates/agent_ui/src/agent_configuration
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
| |||
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| |||
696 | 698 | | |
697 | 699 | | |
698 | 700 | | |
699 | | - | |
| 701 | + | |
700 | 702 | | |
701 | 703 | | |
702 | 704 | | |
| |||
0 commit comments