Live data from Hacker News

Show HN: React Spreadsheet Component – RowsnColumns

rowsncolumns.app

1–3 of 3 posts

Re: Show HN: React Spreadsheet Component – RowsnColumns

#2
Just a little bugreport – in Firefox, the "insert image" invisible file input covers buttons to the right: https://i.vgy.me/q1sYHX.gif

Setting its width to 100% (of the parent button) fixes it. Doens't happen at all in Chrome.

I would create an issue on github, but just the "grid" component is there and this is outside of it…

Re: Show HN: React Spreadsheet Component – RowsnColumns

#3
post #2

Just a little bugreport – in Firefox, the "insert image" invisible file input covers buttons to the right: https://i.vgy.me/q1sYHX.gif Setting its width to 100% (of the parent button) fixes it. Doens't happen at all in Chrome. I would create an issue on github, but just the "grid" component is there and this is outside of it…

Thanks for the bug report. And yes, your fix worked :). I had `inset:0` for the file input and was working on all browsers except firefox.