mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
13 lines
161 B
CSS
13 lines
161 B
CSS
|
|
ion-tabs {
|
|
position: relative;
|
|
top: auto;
|
|
height: auto;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
ion-navbar-section,
|
|
ion-content-section {
|
|
display: none !important;
|
|
}
|