diff --git a/ui/app/components/SettingsPanel.vue b/ui/app/components/SettingsPanel.vue index 61378742..0bed2c6b 100644 --- a/ui/app/components/SettingsPanel.vue +++ b/ui/app/components/SettingsPanel.vue @@ -4,7 +4,7 @@ :side="direction" :dismissible="true" :overlay="true" - :ui="{ content: 'w-full sm:max-w-xl' }" + :ui="{ content: 'yt-settings-panel w-full sm:max-w-xl' }" @update:open="(open) => !open && emitter('close')" >