mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 08:11:24 +02:00
Tweak margin
This commit is contained in:
@@ -335,7 +335,7 @@ const Menu = forwardRef<Omit<DropdownRef, 'open' | 'isOpen' | 'toggle'>, MenuPro
|
|||||||
dir="ltr"
|
dir="ltr"
|
||||||
ref={containerRef}
|
ref={containerRef}
|
||||||
style={containerStyles}
|
style={containerStyles}
|
||||||
className={classNames(className, 'outline-none mt-1 pointer-events-auto fixed z-50')}
|
className={classNames(className, 'outline-none my-1 pointer-events-auto fixed z-50')}
|
||||||
>
|
>
|
||||||
{triangleStyles && showTriangle && (
|
{triangleStyles && showTriangle && (
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user