mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-19 08:01:03 +00:00
Styling for autocomplete box
This commit is contained in:
parent
e2d1c987b5
commit
3d07618b5f
1 changed files with 7 additions and 0 deletions
|
@ -410,6 +410,13 @@ summary::marker {
|
|||
right: 1em;
|
||||
}
|
||||
|
||||
/** Autocomplete suggestions
|
||||
******************************************************************************/
|
||||
.autocomplete-suggestions {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/** Tooltips
|
||||
******************************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue