mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix overflow
This commit is contained in:
parent
8a8c31323d
commit
5f1d0e6343
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue