christopherafbjur / sanity-plugin-icon-picker

MIT License
29 stars 22 forks source link

Icons are cut off in MenuButton #65

Open travismfrank opened 6 months ago

travismfrank commented 6 months ago

MenuButtons in Sanity studio are cutting off the icons:

image

^^ That's supposed to be a Television, ha.

If I remove overflow: hidden; from the span that directly wraps the svg I can see them, but not sure how to do that in the lib itself. I have a fork here (needed to remove the default imported icons to reduce bundle size), would definitely be willing to make the PR myself if someone can point me in the right direction. :)