:root{--layout-nav-bar-height: 52px}.layout{min-height:100vh;height:100%;display:flex;flex-direction:column}.nav-bar{position:sticky;top:0;z-index:100;height:var(--layout-nav-bar-height)}.main{display:flex;flex-direction:row;flex:1 1 auto;height:calc(100vh - var(--layout-nav-bar-height));overflow-x:hidden}.container{flex:1 1 auto;display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto}
