I have a RootContainer view in my SwiftUI app that takes in content as a view builder, adds it to a ScrollView then adds padding to the content. Some views need to go edge to edge and so I was going to use negative padding on these views to negate the padding applied by the RootContainer. Are there any known issues with using negative values for padding?
.ignoresSafeArea
.