# Fix Dropdown Z-Index and Code Runner ## 1. Fix Custom Dropdown Z-Index The `CustomSelect.vue` component has a `z-index` issue where the dropdown menu is being obscured by other elements (likely the "glass" headers or other stacked contexts). - **File**: `client/src/components/CustomSelect.vue` - **Change**: Increase `z-index` of `.dropdown-options` to `9999` (or similar high value) to ensure it floats above everything. ## 2. Fix Code Runner Error The error `Uncaught SyntaxError: Failed to execute 'write' on 'Document': Cannot use import statement outside a module` occurs because the frontend (`CodePreview.vue`) tries to `document.write` code that might contain `import` statements directly into an iframe without specifying `