Commit b7083e8
Fix search options popup hidden by toolbar overflow clipping
The gear icon popup was invisible because the toolbar's overflow-y:hidden
clipped absolutely-positioned children. Switch to position:fixed and
compute coordinates from the button's bounding rect on each open.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ef28dbe commit b7083e8
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8889 | 8889 | | |
8890 | 8890 | | |
8891 | 8891 | | |
| 8892 | + | |
| 8893 | + | |
| 8894 | + | |
| 8895 | + | |
| 8896 | + | |
8892 | 8897 | | |
8893 | 8898 | | |
8894 | 8899 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | | - | |
285 | | - | |
| 283 | + | |
286 | 284 | | |
287 | 285 | | |
288 | 286 | | |
| |||
0 commit comments