Commit a00cdff
fix(popover-inline): prevent scrollbars from appearing in Safari
The base popover's `.ce-popover__items` has `overflow-y: auto`, which
causes Safari to render visible scrollbars on the inline toolbar. Since
the inline popover container uses `width: max-content` and grows to fit
its content, scrolling is not needed.
Override `overflow-y` to `visible` in the inline popover items to
prevent Safari from showing scrollbars.
Fixes #2988
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a89f3d0 commit a00cdff
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments