hide scrollbar
This commit is contained in:
parent
5f047b7750
commit
653a903bec
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ export function OnboardingContent({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<StickToBottom
|
<StickToBottom
|
||||||
className="flex h-full flex-1 flex-col"
|
className="flex h-full flex-1 flex-col [&>div]:scrollbar-hide"
|
||||||
resize="smooth"
|
resize="smooth"
|
||||||
initial="instant"
|
initial="instant"
|
||||||
mass={1}
|
mass={1}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue