You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: put popover on nav element directly, use physical right property
- Move popover attribute onto <nav> itself (eliminates empty wrapper
element taking up flex gap space at mobile)
- At mobile, only brand + button are visible flex children, so
space-between puts button at right edge
- Use physical 'right' instead of 'inset-inline-end' for reliable
positioning in the top layer
0 commit comments