@dotnetdreamer wrote:
I am using Ionic v4 and trying to override background color of a particular page (not all). If i add css to parents i.e ion-content then the style works (check screenshot) but if i apply it on ion-scroll it doesn’t.
:host { ion-content { //this works i.e backgorund-color: #000; ion-scroll { //this doesn't background-color: transparent !important; } } }
Posts: 1
Participants: 1
