fix: increased zindex of save cancel control

This commit is contained in:
Krishav Raj Singh 2025-08-24 01:50:59 +05:30
parent daf36ee154
commit 8a96bb2ed4
1 changed files with 1 additions and 0 deletions

View File

@ -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); box-shadow: 0 4px 12px rgba(0,0,0,0.1);
display: flex; display: flex;
gap: 4px; gap: 4px;
z-index: 1000;
} }
.save-btn, .cancel-btn { .save-btn, .cancel-btn {