N°3528 - Finish silo selection migration

This commit is contained in:
acognet
2021-01-21 15:20:10 +01:00
parent 26d25706f2
commit 8f1d9fba57
2 changed files with 9 additions and 2 deletions

View File

@@ -87,4 +87,12 @@ $ibo-input-select-autocomplete-action-button--hierarchy--margin-left: -82px !def
margin: unset;
background-color: #f5fafd;
color: #495c68;
}
.ui-autocomplete{
z-index:2000;
}
.field_input_zone{
position:relative;
}

View File

@@ -226,9 +226,8 @@ $file-name-max-width: 16em !default;
.file-input {
height: 100%;
left: 0;
opacity: 0;
outline: none;
position: absolute;
position: relative;
top: 0;
width: 100%;
}