Fix overflow

This commit is contained in:
Thomas Rogers 2024-11-17 17:06:09 +01:00
parent 8a8c31323d
commit 5f1d0e6343

View file

@ -73,7 +73,7 @@ export function SmallTopicBar(props: TopicBarProps): JSX.Element {
<HStack
alignment={'start'}
distribution={'start'}
css={{ pl: '0px', pr: '15px', overflow: 'hidden', overflow: 'scroll',
css={{ pl: '0px', pr: '15px', overflow: 'scroll',
'::-webkit-scrollbar': {
display: 'none',
},