Previously, this CSS workaround was effective up to iOS version 15.6; however, it does not seem to be functioning in iOS 16.
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {}
}
Are there any updated techniques available to target Safari 16 as well?