mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Increase z-index of save button on editor (#6435)
This commit is contained in:
parent
ef8be5d559
commit
d07d5832f5
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user