@saumier wrote:
I'd like to create a transparent header bar in Ionic Creator. My goal is to have scrolling content with a "< back" button overlaid on the scrolling content that remains in position at the top of the screen while you scroll.
I have tried adding the CSS
.scroll-content { overflow: visible !important; } .bar.bar-header { background: rgba(255,255,255,.10); border-bottom-width: 0; }This creates a transparent header but prevents scrolling content. Does anyone have a solution?
Posts: 1
Participants: 1