Styling for autocomplete box
This commit is contained in:
parent
e2d1c987b5
commit
3d07618b5f
|
@ -410,6 +410,13 @@ summary::marker {
|
||||||
right: 1em;
|
right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Autocomplete suggestions
|
||||||
|
******************************************************************************/
|
||||||
|
.autocomplete-suggestions {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
/** Tooltips
|
/** Tooltips
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue