MenuButtons in Sanity studio are cutting off the icons:
^^ 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. :)
MenuButtons
in Sanity studio are cutting off the icons:^^ That's supposed to be a Television, ha.
If I remove
overflow: hidden;
from thespan
that directly wraps thesvg
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. :)