/* 导航栏始终可见 */
#page-header.nav-fixed #nav {
  top: 0 !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Allow right player to overflow outside .layout without being clipped */
.layout,
#content-inner {
  overflow: visible !important;
}
