ion tab bar transparent

Solutions on MaxInterview for ion tab bar transparent by the best coders in the world

showing results for - "ion tab bar transparent"
Yasser
25 Jun 2017
1ion-tab-bar{
2	position: absolute;
3    bottom: 0;
4    width: 100%;
5    --background: rgba(255,255,255,0.8);
6
7    ion-tab-button {
8      --background: transparent;
9    }
10}