tooltip position

This commit is contained in:
lvuch 2021-02-16 13:14:58 -07:00
parent ef93c5e7bb
commit 6d7f094526
2 changed files with 6 additions and 7 deletions

View File

@ -105,16 +105,11 @@
height: 100%;
&.vs--unsearchable {
// position: absolute;
// top: 0;
// right: 0;
// left: 0;
// bottom: 0;
}
.vs__dropdown-toggle {
height: 100%;
// line-height: .75;
}
.vs__actions {
width: auto;
@ -133,4 +128,8 @@
}
}
}
.labeled-tooltip .status-icon {
top: $input-padding-sm;
}
}

View File

@ -51,7 +51,7 @@ export default {
.status-icon {
position: absolute;
right: 30px;
top: 16px;
top: $input-padding-lg;
font-size: 20px;
z-index: z-index(hoverOverContent);