/* Eterano v1.9.3.1 — scrollable mobile sidebar hotfix */
@media(max-width:760px){
  .sidebar{
    height:100vh;
    height:100dvh;
    max-height:100dvh;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior-y:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
    padding-bottom:calc(20px + env(safe-area-inset-bottom));
  }
  .sidebar-brand,
  .sidebar .nav-list,
  .sidebar-legal-links,
  .sidebar-footer{flex:0 0 auto}
}
