fix(ui): hide search bar behind slideover when opened (#3348)

This commit is contained in:
Danshil Kokil Mungur
2023-02-24 06:03:01 +04:00
committed by GitHub
parent af880a6c83
commit b3882de893
3 changed files with 7 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ const SlideOver = ({
>
{/* eslint-disable-next-line jsx-a11y/no-static-element-interactions */}
<div
className="slideover relative h-full w-screen max-w-md p-2 sm:p-4"
className="slideover relative h-full w-screen max-w-md p-2 sm:p-3"
ref={slideoverRef}
onClick={(e) => e.stopPropagation()}
>