iOS Background going grey
After scrolling past the Greeter, the background image disappears, leaving behind the grey overlay. The below mitigations I found when doing some initial Googlin' do not fix when testing on an iOS 13 device.
@media (-webkit-touch-callout: none) {
background-attachment: scroll;
background-size: 100%;
}
Edited by Zach Gangwer