Skip to content

Commit

Permalink
fix(lyrics-plus): optionsMenu-dropBox tippy (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom authored Nov 16, 2023
1 parent fea4245 commit 110b970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomApps/lyrics-plus/OptionsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const OptionsMenu = react.memo(({ options, onSelect, selected, defaultValue, bol
),
trigger: "click",
action: "toggle",
renderInline: true
renderInline: false
},
react.createElement(
"button",
Expand Down

0 comments on commit 110b970

Please sign in to comment.