mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
Updated how modal height is calculated
This commit is contained in:
parent
5058e46ec8
commit
62b4add780
@ -350,7 +350,7 @@ function Results({posts, authors, tags}) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div className='overflow-y-auto max-h-[70vh] -mt-[1px]'>
|
||||
<div className='overflow-y-auto max-h-[calc(100vh-212px)] sm:max-h-[70vh] -mt-[1px]'>
|
||||
<AuthorResults authors={authors} />
|
||||
<TagResults tags={tags} />
|
||||
<PostResults posts={posts} />
|
||||
|
Loading…
Reference in New Issue
Block a user