mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Got tab content scrolling working
This commit is contained in:
@@ -92,7 +92,7 @@ function BaseStack({ className, alignItems, justifyContent, children, as }: Base
|
||||
<Component
|
||||
className={classnames(
|
||||
className,
|
||||
'flex flex-grow-0',
|
||||
'flex',
|
||||
alignItems === 'center' && 'items-center',
|
||||
alignItems === 'start' && 'items-start',
|
||||
justifyContent === 'start' && 'justify-start',
|
||||
|
||||
Reference in New Issue
Block a user