.tag_view {
  .tags_container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    width: 100%;
    height: 36px;
  }
}
.child {
  position: relative;
  height: calc(100vh - 98px);
  overflow: hidden;
  .contianbox {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
}