/**
 * Power Settings hide submenu SCSS file.
 * 
 * @author	Matthias Kittsteiner
 * @copyright	2022 KittMedia
 * @license	Commercial <https://shop.kittmedia.com/core/licenses/#commercial>
 * @package	com.kittmedia.wcf.powersettings
 * @category	WoltLab Suite Core
 */
@media (min-width: 1025px), print {
  .pageContainer.acpPageSubMenuActive .acpPageContentContainer,
.pageContainer.acpPageSubMenuActive .pageFooter {
    padding-left: 150px;
  }

  #acpPageSubMenu {
    bottom: 0;
    display: none;
    left: 150px;
    overflow: auto;
    position: fixed;
    top: 50px;
    z-index: 99;
  }
  #acpPageSubMenu.menuActive {
    display: block;
  }
}
