Commit c189587
fix(ui): Remove overflow hidden from GuidedSteps StepDetails
The overflow: hidden on StepDetails was clipping focus rings (box-shadow
based) on form elements inside guided steps. Since min-width: 0 already
prevents grid blowout and child components handle their own horizontal
overflow via overflow-x: auto, this property is no longer needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2d5bf7d commit c189587
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| |||
0 commit comments