Fix the overlap of fixed buttons and settings menu
This commit is contained in:
parent
c94810994f
commit
56fa5c1460
1 changed files with 4 additions and 1 deletions
|
@ -54,6 +54,9 @@
|
|||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.el-tabs__header {
|
||||
z-index: 3000;
|
||||
}
|
||||
.esshd-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -324,7 +327,7 @@
|
|||
position: fixed;
|
||||
bottom: 0px;
|
||||
right: 0;
|
||||
z-index: 10000;
|
||||
z-index: 2000;
|
||||
}
|
||||
.switch-input {
|
||||
height: 36px;
|
||||
|
|
Loading…
Reference in a new issue