Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

ion-tab-bar transparent

ion-tab-bar{
	position: absolute;
    bottom: 0;
    width: 100%;
    --background: rgba(255,255,255,0.8);

    ion-tab-button {
      --background: transparent;
    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #transparent
ADD COMMENT
Topic
Name
5+4 =