Skip to content

Commit

Permalink
Merge pull request kodadot#8694 from Jarsen136/issue-8692
Browse files Browse the repository at this point in the history
fix: Mobile collections filter needs more love
  • Loading branch information
yangwao authored Dec 20, 2023
2 parents 31189ac + 37c5424 commit 05bc037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/NeoDropdown/NeoDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
[this.computedClass(
'menuPositionClass',
'o-drop__menu--',
this.position,
this.autoPosition,
)]: this.autoPosition,
},
{
Expand Down

0 comments on commit 05bc037

Please sign in to comment.