Skip to content

Commit

Permalink
fix(searchComponent): dropdown position (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
narduin authored Jan 15, 2025
1 parent d49f684 commit 104b45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,6 @@ const dropdownLabel = (text: string) => {
inline-size: 100%;
}
:deep(.multiselect__content-wrapper) {
inset-block-start: 100%;
margin-block-start: 40px;
}
</style>

0 comments on commit 104b45e

Please sign in to comment.