0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added max-height for results

This commit is contained in:
Djordje Vlaisavljevic 2022-07-06 09:42:36 +02:00
parent b3e8da4df1
commit 7de1877d36

View file

@ -320,7 +320,7 @@ function Results({posts, authors, tags}) {
return null;
}
return (
<div>
<div className='overflow-scroll max-h-[70vh]'>
<AuthorResults authors={authors} />
<TagResults tags={tags} />
<PostResults posts={posts} />