fix padding on context menus
continuous-integration/drone/push Build is passing Details

nextui
Guus van Meerveld 2 months ago
parent b77771029e
commit 9f04f1b96a

@ -32,7 +32,7 @@ const Menu: Component = () => {
left: location.x, left: location.x,
display: shouldShow ? "block" : "none" display: shouldShow ? "block" : "none"
}} }}
className="bg-background border-small max-w-xs px-1 py-2 rounded-small border-default-200 absolute z-10" className="bg-background border-small max-w-xs rounded-small border-default-200 absolute z-10"
> >
<Listbox aria-label="Context Menu"> <Listbox aria-label="Context Menu">
{menu.map((item) => ( {menu.map((item) => (

Loading…
Cancel
Save