skai-oss/react-menu

When using "box-sizing: border-box", arrows are not shown for dropdowns because of padding styles for svg

Closed this issue · 0 comments

Expected Behavior

Arrows for dropdown are shown successfully regardless using box-sizing: border-box

Actual Behavior

Arrows are hidden, because padding is included into width which is set strictly

Steps to Reproduce the Problem

  1. Use menu with box-sizing: border-box; for svg element