Create Inc
Create Inc
RReactiflux
Created by Create Inc on 8/20/2023 in #react-forum
React Three Fiber Canvas Does Not Shrink
I figured out what the problem was. By default, flex sets it's min width to be equal to the size of its content. Once the Canvas is created the min width of the flex changes to the size of the Canvas just setting minWidth to 0 on the div that contains the Canvas solves this issue
3 replies