mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed display flicker missing class name
refs https://github.com/TryGhost/Team/issues/1665
This commit is contained in:
parent
1f0a6859d8
commit
2e8dca570d
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ function Search() {
|
|||
return (
|
||||
<>
|
||||
<div
|
||||
className='bg-[rgba(0,0,0,0.2)] h-screen w-screen pt-20 antialiased z-50 relative'
|
||||
className='bg-[rgba(0,0,0,0.2)] h-screen w-screen pt-20 antialiased z-50 relative ghost-display'
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
if (e.target === e.currentTarget) {
|
||||
|
|
Loading…
Add table
Reference in a new issue