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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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