Make certain view modifiers independent of order
stackotter opened this issue · 1 comments
stackotter commented
Currently doing padding before frame produces different behaviour than padding after frame when the frame height is set such that the content can scroll (the padding is either inside or outside of the scrolling area). This is clearly not the intended behaviour and will have to be solved eventually.
stackotter commented
Seems to be how SwiftUI does it