mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-17 06:50:23 +00:00
Increase z-index of save button on editor (#6435)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user