Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: bump editor panel z-index to 1000 (above center-square at 999)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -2
+2 -2
system/public/kidlisp.com/index.html
··· 292 292 } 293 293 294 294 /* Editor panel gets high z-index so Monaco's context menu (rendered inside 295 - with full theme styling) appears above sibling elements (gutters, etc.) */ 295 + with full theme styling) appears above sibling elements (gutters, center-square, etc.) */ 296 296 .editor-panel { 297 - z-index: 100; 297 + z-index: 1000; 298 298 } 299 299 300 300 /* Flush Monaco text to top-left edge in stage mode */