Increase priority of search suggestions.

Closes #252
This commit is contained in:
FireMasterK 2021-07-08 20:06:46 +05:30
parent bbb341ac25
commit 2305e85157
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ export default {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 5px 0; padding: 5px 0;
z-index: 1;
} }
.suggestion { .suggestion {
padding: 4px 15px; padding: 4px 15px;