Tweak margin

This commit is contained in:
Gregory Schier
2023-11-22 09:37:50 -08:00
parent c11a0ca823
commit 43706009a2

View File

@@ -335,7 +335,7 @@ const Menu = forwardRef<Omit<DropdownRef, 'open' | 'isOpen' | 'toggle'>, MenuPro
dir="ltr"
ref={containerRef}
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 && (
<span