mikebridge commented on PR #43836: URL: https://github.com/apache/superset/pull/43836#issuecomment-5533741281
Playwright captures from the dev stack (dashboard with charts, version-history panel opened via the ⋮ menu). **Before @ 1280px (master)** — the panel overflows the page width (measured `panel.right = 1399px` on a 1280px viewport): rows, kebab menus and the close ✕ sit past the right edge behind horizontal scroll. <img width="1280" height="900" alt="before-1280" src="https://github.com/user-attachments/assets/e6203452-c3c5-41f7-9b3e-0a9936645fed" /> **After @ 1280px (this branch)** — the panel is a fixed overlay pinned to the viewport's right edge (`panel.right = 1280`); all controls reachable, no horizontal overflow. <img width="1280" height="900" alt="after-1280" src="https://github.com/user-attachments/assets/ca06cb25-966d-437e-8bf3-d32562ad34e8" /> **After @ 1440px — the accepted trade** recorded in the code comment and review report: below the XXL breakpoint the open overlay covers the navbar's right-side items while scrolled to the top (the panel is closable). Posted so QA can judge it from the PR. <img width="1440" height="900" alt="after-1440" src="https://github.com/user-attachments/assets/d4e539d1-0d02-4dec-ab75-9e17becd6b4d" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
