Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Ion-scroll style cannot be overriden

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles