mirror of
https://github.com/penpot/penpot.git
synced 2026-08-19 11:19:10 +00:00
* 🐛 Fix comment bubbles rendering above workspace dropdowns (#10283) Comment bubbles (workspace-comments-container) had z-index: 1000, which placed them above dropdown menus (--z-index-dropdown: 400). Replace the hardcoded 1000 with $z-index-300 from the design-system z-index scale so comments sit above the canvas/guides but below menus and dropdowns. * Refactor workspace comments container styles Modernize CSS properties for workspace comments container. Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> --------- Signed-off-by: Luis de Dios <luis.dedios@kaleidos.net> Co-authored-by: Luis de Dios <luis.dedios@kaleidos.net>