\n \u003C/UHeader>\n\u003C/template>\n```\n\n### Description\n\nThe width of the menu depends on the amount of items it contains. When you have to few items, the width will be to small for the horizontal dropdown.\n\nNormally a dropdown is not related to the width of the menu, but in case of this animation I'm not sure enough to say how that could be fixed if the menu was not the relative parent.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2904,2905],{"name":2889,"color":2890},{"name":2860,"color":2861},3268,"`UNavigationMenu` dropdown has wrong relative parent","2025-05-23T13:02:31Z","https://github.com/nuxt/ui/issues/3268",0.7665297,{"description":2912,"labels":2913,"number":2917,"owner":2866,"repository":2867,"state":2896,"title":2918,"updated_at":2919,"url":2920,"score":2921},"### Description\n\nThe UNavigationMenu component in collapsed mode provides a space-efficient navigation experience.\n\nHowever, when a navigation item has submenus, the current behavior on click is to add the submenu items with a new list of icons at the same level. This can be confusing, as it’s not immediately clear that a submenu was opened, it looks like a flat continuation of the main menu.\n\nhttps://github.com/user-attachments/assets/809d7216-d707-48a6-bfeb-d6f3f4c292a5\n\n\n👉 A potential improvement would be to show a popover menu on hover (like Stripe does) when an item with children is hovered in collapsed mode.\n\n\n\n### Additional context\n\n_No response_",[2914,2915,2916],{"name":2857,"color":2858},{"name":2860,"color":2861},{"name":2893,"color":2894},4186,"Show a popover menu on hover in `UNavigationMenu` when collapsed, for items with submenus","2025-05-21T16:39:05Z","https://github.com/nuxt/ui/issues/4186",0.78065115,{"description":2923,"labels":2924,"number":2879,"owner":2866,"repository":2927,"state":2896,"title":2928,"updated_at":2929,"url":2930,"score":2884},"You can rework the default style of open dropdowns with this linked exemples :\nhttps://www.figma.com/file/OLlmzoVQ7FSBh4FJJORNpl/%F0%9F%96%A5---nuxt.com?node-id=3736%3A46251",[2925],{"name":2857,"color":2926},"1ad6ff","nuxt.com","[Component] Dropdown improvement","2022-06-27T15:09:13Z","https://github.com/nuxt/nuxt.com/issues/708",{"description":2932,"labels":2933,"number":2936,"owner":2866,"repository":2867,"state":2896,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### Description\n\nSometimes navigation menu's dropdown too long(Check the picture)\n\n\n\nPlease let it can be scrollable when too long\n\n### Additional context\n\n_No response_",[2934,2935],{"name":2857,"color":2858},{"name":2860,"color":2861},4208,"Please let navigation menu dropdown scrollable","2025-05-26T15:46:48Z","https://github.com/nuxt/ui/issues/4208",0.78432715,{"description":2942,"labels":2943,"number":2946,"owner":2866,"repository":2867,"state":2896,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Environment\n\n- nuxt 3.14.\n- nuxt/ui alpha.10\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha.10\n\n### Reproduction\n\nadd to nuxt.config.ts\n\ntypescript: {\n typeCheck: true\n },\n\n### Description\n\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2944,2945],{"name":2889,"color":2890},{"name":2860,"color":2861},2974,"vue-tsc error: This condition will always return true since this function is always defined (Progress.vue)","2024-12-25T11:01:39Z","https://github.com/nuxt/ui/issues/2974",0.78470916,{"description":2952,"labels":2953,"number":2962,"owner":2866,"repository":2866,"state":2896,"title":2963,"updated_at":2964,"url":2965,"score":2966},"### Describe the feature\n\nWe have a UI component library that should be completely decoupled from Nuxt. Therefore, we want to inject a callback function that is called if a anchor tag is clicked and which calls `navigateTo`. \r\n\r\nBut `navigateTo` provides no possibility to add target options like `_blank` to open the to path in a new tab.\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2954,2956,2959],{"name":2857,"color":2955},"8DEF37",{"name":2957,"color":2958},"discussion","538de2",{"name":2960,"color":2961},"3.x","29bc7f",20625,"Provide target option to navigateTo","2024-08-27T15:10:11Z","https://github.com/nuxt/nuxt/issues/20625",0.7875981,{"description":2968,"labels":2969,"number":2977,"owner":2866,"repository":2867,"state":2896,"title":2978,"updated_at":2979,"url":2980,"score":2981},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v21.6.1`\r\n- Nuxt Version: `3.13.2`\r\n- CLI Version: `3.14.0`\r\n- Nitro Version: `2.9.7`\r\n- Package Manager: `npm@10.8.3`\r\n- Builder: `-`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n\n\n### Version\n\n1.4.3\n\n### Reproduction\n\nhttps://test-docs-819.pages.dev/\n\n### Description\n\nI encountered a styling issue with Nuxt Content components when deploying a static site using `npm run generate`. Initially, I thought the issue was specific to my project, but after testing the Nuxt UI Pro docs template (without any custom modifications), the problem persisted.\r\n\r\nWhen deploying the site to Cloudflare as a static site, the Nuxt Content components lose their proper styling, leading to an unstyled or poorly styled appearance in production. This issue does not occur in development mode.\r\n\r\nSteps to reproduce:\r\n1. Use the Nuxt UI Pro documentation template.\r\n2. Deploy the site as a static site using `npm run generate`.\r\n3. Host the generated site on Cloudflare.\r\n\r\nExpected result:\r\nThe Nuxt Content components should maintain their correct styling in production.\r\n\r\nActual result:\r\nNuxt Content components appear unstyled or with incorrect styling when deployed.\r\n\r\nAny guidance or help with this issue would be appreciated!\r\n\r\n\n\n### Additional context\n\n\r\n\u003Cimg width=\"1273\" alt=\"Screenshot 2024-10-01 at 3 47 53 PM\" src=\"https://github.com/user-attachments/assets/7fbd2248-d933-4997-bdc8-49bdf05e3042\">\r\n\r\n---\r\n\r\n\u003Cimg width=\"1099\" alt=\"Screenshot 2024-10-01 at 3 49 32 PM\" src=\"https://github.com/user-attachments/assets/0b86db6b-8490-4b00-a884-31bf51d6802a\">\r\n\r\n---\r\n\r\n\u003Cimg width=\"943\" alt=\"Screenshot 2024-10-01 at 3 50 49 PM\" src=\"https://github.com/user-attachments/assets/9021d63a-bf13-4dbc-bae7-26f266eff554\">\r\n\r\n---\r\n\r\nTOC little icon appear only in small screens:\r\n\r\n\u003Cimg width=\"398\" alt=\"Screenshot 2024-10-01 at 3 52 00 PM\" src=\"https://github.com/user-attachments/assets/f4fe87ff-42d5-4584-a461-9d70fbbaf8c5\">\r\n\r\n\n\n### Logs\n\n```shell-script\nNo Logs\n```\n",[2970,2971,2974],{"name":2889,"color":2890},{"name":2972,"color":2973},"pro","5BD3CB",{"name":2975,"color":2976},"upstream","78bddb",2287,"Nuxt Content Components Not Styled Properly in Production with Static Site on Cloudflare","2024-10-02T10:16:24Z","https://github.com/nuxt/ui/issues/2287",0.7897025,["Reactive",2983],{},["Set"],["ShallowReactive",2986],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fdJUeRBsptCLq50LnCe9Wy6-fve3oK9KxUhnmmt2UPSQ":-1},"/nuxt/nuxt.com/1409"]