zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
3 stars 6 forks source link

SplitPane size in px vs % #708

Open stropitek opened 3 months ago

stropitek commented 3 months ago

See the difference between setting a size of 5% vs 30px in this example which has a SplitPane of 600px:

https://react-science.pages.dev/stories/?path=/story/components-splitpane--control&args=controlledSide:end

The difference is probably due to browser specifications but I'm unaware of what those are. I'm not suggesting to change this, just keen on having an explanation if anyone has one.

700