fix search suggestion exiting container (#1984)

Co-authored-by: petaded <code@zikl.co.uk>
This commit is contained in:
petaded 2022-01-08 06:00:49 +00:00 committed by GitHub
parent 6d32bd0f5f
commit 84a8efdb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@
padding: 5px 0;
z-index: 10;
border-radius: 0 0 5px 5px;
word-wrap: break-word;
box-shadow: 0 0 10px var(--scrollbar-color-hover);
background-color: var(--search-bar-color);
}