N
Nuxt5mo ago
pearbender

disable hamburger menu

I'm using UHeader. how do i disable the hamburger menu in mobile view? there's nothing in it anyway
3 Replies
kapa.ai
kapa.ai5mo ago
Hi @pearbender. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I'm sorry, but the knowledge sources do not explicitly mention a direct prop or documented method to completely disable or hide the hamburger menu (mobile toggle) in the UHeader component. The documentation covers customizing the toggle button (such as its appearance and side) but does not describe how to remove it entirely if there is no menu content UHeader: Mode & Toggle. If you want to hide the hamburger menu, you may need to explore custom CSS or slot overrides, but this is not covered in the provided documentation. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai5mo ago
<@779279431419559947> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
pearbender
pearbenderOP5mo ago
the answer is <UHeader title="App" :toggle="false">

Did you find this page helpful?