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

Overlay the shadow out ionic component

$
0
0

@nuruddinba691 wrote:

The problem when I add shadow to any element inside any component not appear outside the parent component, There is Any way to overlay the shadow ?

 <ion-toolbar no-padding>
        <ion-segment [(ngModel)]="segment" color="segment-gray">
            <ion-segment-button value="Highlights">
                Highlights
            </ion-segment-button>
            <ion-segment-button value="Recent">
                Recent
            </ion-segment-button>
        </ion-segment>
    </ion-toolbar>
.toolbar{
       overflow: visible;
}
.segment {
	box-shadow: 0 22px 59px 0 rgba(0, 0, 0, 0.09);
        background-color: #ffffff;
}

**The result is **

Expected View

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70440

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>