Increase z-index of save button on editor (#6435)

This commit is contained in:
Quinn Casey
2020-07-20 09:46:10 -07:00
committed by GitHub
parent ef8be5d559
commit d07d5832f5
2 changed files with 2 additions and 2 deletions

View File

@@ -440,7 +440,7 @@ export class HaScriptEditor extends LitElement {
position: fixed;
bottom: 16px;
right: 16px;
z-index: 1;
z-index: 3;
margin-bottom: -80px;
transition: margin-bottom 0.3s;
}