\n\u003C/UCard>\n```\n\n### Description\n\nIf using a UTable component on a background that isn't the default neutral color the bg-color of the thead is visible.\n\n\n\n\n\n_A little bit easier to see with white Background_\n\n\n\n\nMaybe this is a wanted behavior. So if so please ignore and close the issue.\nI know sometimes you want a background color in the headlines. But sometimes you don't want them.\nAnyways if this is a wanted behavior, then maybe this issue will help those who don't want a background color and are looking for a solution.\n\n### Additional context\n\nCould be fixed by adding:\n```vue\n:ui=\"{\n thead: 'bg-unset'\n}\"\n```\nto the `\u003CUTable>` tag\n\n\n\n### Logs\n\n```shell-script\n-\n```",[2944,2945,2946,2947,2950],{"name":2904,"color":2905},{"name":2907,"color":2908},{"name":2910,"color":2911},{"name":2948,"color":2949},"closed-by-bot","ededed",{"name":2951,"color":2949},"stale",3607,"Background-Color for UTable","2025-06-18T09:01:26Z","https://github.com/nuxt/ui/issues/3607",0.70776075,{"labels":2958,"number":2959,"owner":2913,"repository":2913,"state":2926,"title":2960,"updated_at":2961,"url":2962,"score":2963},[],12073,"docs: explain component name resolution","2023-01-19T15:54:17Z","https://github.com/nuxt/nuxt/issues/12073",0.7096765,{"labels":2965,"number":2966,"owner":2913,"repository":2913,"state":2926,"title":2960,"updated_at":2967,"url":2968,"score":2963},[],12166,"2023-01-19T15:59:15Z","https://github.com/nuxt/nuxt/issues/12166",{"labels":2970,"number":2971,"owner":2913,"repository":2913,"state":2926,"title":2960,"updated_at":2972,"url":2973,"score":2963},[],12235,"2023-01-19T16:00:22Z","https://github.com/nuxt/nuxt/issues/12235",{"labels":2975,"number":2976,"owner":2913,"repository":2913,"state":2926,"title":2960,"updated_at":2977,"url":2978,"score":2963},[],12304,"2023-01-19T16:02:56Z","https://github.com/nuxt/nuxt/issues/12304",{"description":2980,"labels":2981,"number":2986,"owner":2913,"repository":2914,"state":2926,"title":2987,"updated_at":2988,"url":2989,"score":2990},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v22.4.0\r\n- Nuxt Version: 3.12.4\r\n- CLI Version: 3.13.1\r\n- Nitro Version: -\r\n- Package Manager: pnpm@9.4.0\r\n- Builder: -\r\n- User Config: compatibilityDate, devtools, future, experimental, app, site, sitemap, routeRules, css, colorMode, runtimeConfig, modules, postcss, typescript\r\n- Runtime Modules: nuxt-headlessui@1.2.0, @nuxt/eslint@0.3.13, @nuxt/ui@2.18.4, @pinia/nuxt@0.5.4, @pinia-plugin-persistedstate/nuxt@1.2.1, @nuxt/scripts@0.8.4, nuxt-anchorscroll@1.0.3, @nuxtjs/seo@2.0.0-rc.21\r\n- Build Modules: -\n\n### Version\n\nv2.18.4\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/command-palette#usage\n\n### Description\n\nOn mobile devices, when the modal is positioned at the bottom of the screen, the Command Palette becomes obscured by the virtual keyboard. This issue occurs when the Command Palette contains fewer than 6 elements or none at all, making it completely inaccessible for users.\r\n\r\nThe issue can be reproduced on the official component page: \r\n[https://ui.nuxt.com/components/command-palette](https://ui.nuxt.com/components/command-palette)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2982,2983,2984,2985],{"name":2904,"color":2905},{"name":2910,"color":2911},{"name":2948,"color":2949},{"name":2951,"color":2949},2157,"Command Palette appears behind virtual keyboard when inside Modal on mobile devices","2025-06-18T09:06:08Z","https://github.com/nuxt/ui/issues/2157",0.71121705,{"description":2992,"labels":2993,"number":2999,"owner":2913,"repository":2914,"state":2926,"title":3000,"updated_at":3001,"url":3002,"score":3003},"### Environment\n\n------------------------------\n- Operating System: Linux\n- Node Version: v22.16.0\n- Nuxt Version: 3.16.2\n- CLI Version: 3.25.0\n- Nitro Version: 2.11.9\n- Package Manager: pnpm@10.12.1\n- Builder: -\n- User Config: compatibilityDate, devtools, devServer, ssr, runtimeConfig, hooks, css, colorMode, components, modules, ui, i18n, zodI18n\n- Runtime Modules: @nuxt/eslint@1.3.0, @nuxt/test-utils@3.17.2, @nuxt/ui-pro@3.1.3, nuxt-zod-i18n@1.11.5, @nuxtjs/i18n@9.5.3, @pinia/nuxt@0.11.0, @vueuse/nuxt@13.1.0, dayjs-nuxt@2.1.11, nuxt-qrcode@0.4.1\n- Build Modules: -\n------------------------------\n\n👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml\n👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new\n👉 Read documentation: https://nuxt.com\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.1.3\n\n### Reproduction\n\nTry a combination of USwitch and UTooltip like this:\n\n```\n \u003Cu-tooltip\n :disabled=\"isPhoneNumberSet\"\n :delay-duration=\"250\"\n :ui=\"{ content: 'bg-warning' }\"\n >\n \u003Cu-switch\n :model-value=\"notifications.smsWarnings\"\n :disabled=\"!isPhoneNumberSet\"\n :loading=\"isLoadingSmsWarnings\"\n color=\"secondary\"\n @update:model-value=\"$emit('update:sms-warnings', $event)\"\n />\n\n \u003Ctemplate #content>Add a phone number first\u003C/template>\n \u003C/u-tooltip>\n```\n\n### Description\n\nThe switch on its own works perfectly. But if I wrap it inside of a tooltip, it loses its background color.\n\nIn the provided screenshot you can barely see the switch thumb, but not the background.\n\nI think the problem is somewhere in the base slot but was unable to come up with a reliable solution.\n\n### Additional context\n\n\n\n### Logs\n\n```shell-script\n\n```",[2994,2995,2998],{"name":2904,"color":2905},{"name":2996,"color":2997},"duplicate","cfd3d7",{"name":2907,"color":2908},4342,"Switch becomes invisible when wrapped inside a tooltip","2025-06-16T08:22:11Z","https://github.com/nuxt/ui/issues/4342",0.712001,["Reactive",3005],{},["Set"],["ShallowReactive",3008],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fOlAgMblDvYrl1-FSXH97Ke89b2H9_u8I_rbIJ-W1y5A":-1},"/nuxt/ui/2995"]