Juice Weasel
TTCTheo's Typesafe Cult
•Created by leetcode247 on 3/24/2024 in #questions
TailwindUI Bug (incorrect renders & missing classes)
What I meant was does this happen when you build NextJS locally and run the server versus dev mode?
7 replies
TTCTheo's Typesafe Cult
•Created by Gaz on 4/3/2024 in #questions
Horizontal scroll bar tailwind
There are two elements causing the horizontal scrollbar:
<ul data-orientation="horizontal" class="group flex-1 list-none items-center space-x-1 container h-14 px-4 w-screen flex justify-between" dir="ltr">
The w-screen
is causing it within the <header>
<section class="container grid lg:grid-cols-2 place-items-center py-20 md:py-32 gap-10">
This is also causing it just below the <header>
. It's most likely the grid here.6 replies
TTCTheo's Typesafe Cult
•Created by leetcode247 on 3/24/2024 in #questions
TailwindUI Bug (incorrect renders & missing classes)
Does the problem happen in both dev and prod builds?
7 replies