Commit 26a1fae
Fix TextResizer dropdown positioning with !important
The Dropdown component's styled-components CSS sets `left: 0` with high
specificity. The plain CSS rule `left: auto; right: 0` wasn't overriding it,
causing the text resizer dropdown to be positioned incorrectly with the wrong
width.
Added `!important` to `left: auto` and `right: 0` to ensure these positioning
rules take precedence over the Dropdown's styled-components rules.
This fixes Review #47 - the text resizer dropdown should now properly align
to the right edge with the correct width.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e4429bd commit 26a1fae
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
| 251 | + | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments