diff --git a/backend/sandbox/docker/visual_html_editor_router.py b/backend/sandbox/docker/visual_html_editor_router.py index 5e30b922..cbd229ae 100644 --- a/backend/sandbox/docker/visual_html_editor_router.py +++ b/backend/sandbox/docker/visual_html_editor_router.py @@ -535,6 +535,7 @@ def inject_editor_functionality(html_content: str, file_path: str) -> str: box-shadow: 0 4px 12px rgba(0,0,0,0.1); display: flex; gap: 4px; + z-index: 1000; } .save-btn, .cancel-btn {