Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1307

Sidebar making horizontal scroll bar appear at the bottom of the screen [duplicate]

$
0
0

The first child div is a sidebar and the second a table:

<div class="flex w-full flex-col items-start justify-start gap-6 md:flex-row"><div class="flex w-full flex-col items-start justify-start gap-2 md:w-auto"><!-- Sidebar (md:max-w-64) --></div></div><div class="flex w-full flex-col items-start justify-start gap-6"><!-- Table --></div></div>

The sidebar is causing the layout to have a second horizontal scrollbar at the bottom:

enter image description here

I know it's the sidebar because that second scrollbar disappears if I remove the sidebar:

enter image description here

https://play.tailwindcss.com/AU3667Sv4d

What's the issue here and how to fix it?


Viewing all articles
Browse latest Browse all 1307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>