Skip to content

Commit 52dfff2

Browse files
authored
Change overflow property from scroll to overflow-x-scroll
1 parent bb677a8 commit 52dfff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/searchpage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function SearchPage() {
9494
<h4 className='text-base font-bold font-serif mb-2'>
9595
{entry.word} ({`${trimWordType(entry.type)}.`})
9696
</h4>
97-
<p className='overflow-scroll'>{entry.meaning}</p>
97+
<p className='overflow-x-scroll'>{entry.meaning}</p>
9898
{entry.impl || entry.obscurism ? (
9999
<Dialog>
100100
<DialogTrigger asChild>

0 commit comments

Comments
 (0)