serg
serg
TTCTheo's Typesafe Cult
Created by choco on 12/25/2023 in #questions
Scroll question
this is a parent div elm and you can have for example some cards inside that you can scroll left and right, but give overflow-hidden for the cards inside the parent div
5 replies
TTCTheo's Typesafe Cult
Created by choco on 12/25/2023 in #questions
Scroll question
<div className="flex overflow-x-scroll w-full scrollbar">
some content here
</div>
<div className="flex overflow-x-scroll w-full scrollbar">
some content here
</div>
5 replies
TTCTheo's Typesafe Cult
Created by choco on 12/25/2023 in #questions
Scroll question
hi
5 replies