mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Fixed display flicker missing class name
refs https://github.com/TryGhost/Team/issues/1665
This commit is contained in:
parent
1f0a6859d8
commit
2e8dca570d
@ -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…
Reference in New Issue
Block a user