mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
Fix
This commit is contained in:
@@ -753,7 +753,7 @@ function GqlSchemaSearch({
|
|||||||
style={{ maxHeight: maxHeight - 60}}
|
style={{ maxHeight: maxHeight - 60}}
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'x-theme-menu absolute z-10 mt-0.5 p-1.5 top-full right-0 bg-surface',
|
'x-theme-menu absolute z-10 mt-0.5 p-1.5 top-full right-0 bg-surface',
|
||||||
'border border-border rounded-lg overflow-y-auto min-w-[20rem] w-full shadow-lg',
|
'border border-border rounded-lg overflow-y-auto w-full shadow-lg',
|
||||||
!focused && 'hidden',
|
!focused && 'hidden',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user