-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
far right dock items are not interactive (maginiable ) onclick works but they wont maginfy when mouse is over. plus maginication area of far left trigger maginification even when not directly over the dock items . it seems there is some kind of offset.
here is my file
<Dock width={400} magnification={2} magnifyDirection="up" debug={true} className="dock" backgroundClassName="dock-background"> {["a", "b", "c", "d", "e"].map((item, index) => ( <Dock.Item className="dock.item" key={index} onClick={() => console.log(item)}> <img src={
${item}.png} /> </Dock.Item> ))} </Dock>
it works as expected if i set the width to 800 but its too big for me
Metadata
Metadata
Assignees
Labels
No labels