mirror of https://github.com/kortix-ai/suna.git
fix: increased zindex of save cancel control
This commit is contained in:
parent
daf36ee154
commit
8a96bb2ed4
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue