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:
parent
b3e8da4df1
commit
7de1877d36
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Add table
Reference in a new issue