Fix the overlap of fixed buttons and settings menu

This commit is contained in:
Angelina Filippova 2020-04-27 23:09:11 +03:00
parent c94810994f
commit 56fa5c1460

View file

@ -54,6 +54,9 @@
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
} }
.el-tabs__header {
z-index: 3000;
}
.esshd-list { .esshd-list {
margin: 0; margin: 0;
} }
@ -324,7 +327,7 @@
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
right: 0; right: 0;
z-index: 10000; z-index: 2000;
} }
.switch-input { .switch-input {
height: 36px; height: 36px;