html, body {
  height: 100%;
}
#app {
	height: 100%;
}
.taro-tabbar {
  &__border {
    &-white {
      &::before {
        border-top-color: #fff !important;
      }
    }
  }
  &__container {
  	display: flex;
  	height: 100%;
  	flex-direction: column;
  }
  &__panel {
  	flex: 1;
  	position: relative;
  	overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  &__tabbar {
  	position: relative;
  	height: 50px;
  	width: 100%;
  }
}
