PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Issues with Tails Navigation 19

Solved
andrew18

Jul 13th, 2022 12:52 AM

I'm just starting using Tails and I just saw that some navigation menus, for example Navigation 19, the mobile version of the menu doesn't work. Some components display the burger but is not working, some don't display at all.

Does anyone know if that's an issue with the component or this is the way components are provided in Tails? In Headers section, most of them work as expected...

thinkverse

Jul 13th, 2022 01:06 AM

Best Answer

Some components display the burger but is not working, some don't display at all.

There seems to be a missing relative class on the parent on the SVGs parent container that has an absolute on it.

Adding the relative class on the first child div on the selection element will fix the hamburger issue. 👍

Doesn't seem to be any mobile dropdown implemented on Navigation 19 though. You'll have to add that functionality yourself, unless @tnylea or @bobbyiliev adds it to the component later.

Report
2