.app-main[data-v-86cc4b62] {
  min-height: calc(100vh - 100px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-header + .app-main[data-v-86cc4b62] {
  padding-top: 50px;
}
.hasTagsView .app-main[data-v-86cc4b62] {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 84px);
}
.hasTagsView .fixed-header + .app-main[data-v-86cc4b62] {
  padding-top: 84px;
}
.el-popup-parent--hidden .fixed-header {
  padding-right: 15px;
}
.page-toggle-enter-active {
  position: absolute !important;
  animation-duration: 12s !important;
  width: calc(100%) !important;
}
.page-toggle-leave-active {
  position: absolute !important;
  animation-duration: 12s !important;
  width: calc(100%) !important;
}
