From 110b97089e2b189d2af157886d0fdaab89e4ec00 Mon Sep 17 00:00:00 2001 From: Thomas Fitzpatrick <22730962+ohitstom@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:06:23 +0000 Subject: [PATCH] fix(lyrics-plus): optionsMenu-dropBox tippy (#2664) --- CustomApps/lyrics-plus/OptionsMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomApps/lyrics-plus/OptionsMenu.js b/CustomApps/lyrics-plus/OptionsMenu.js index 11f27f097d..4ce3d1509a 100644 --- a/CustomApps/lyrics-plus/OptionsMenu.js +++ b/CustomApps/lyrics-plus/OptionsMenu.js @@ -55,7 +55,7 @@ const OptionsMenu = react.memo(({ options, onSelect, selected, defaultValue, bol ), trigger: "click", action: "toggle", - renderInline: true + renderInline: false }, react.createElement( "button",