/* 0.3.2: keep terminal chrome fixed while only the console scrolls. */
#terminalWin.active{
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
#terminalWin > .titlebar{flex:0 0 26px}
#terminalWin > .menu{flex:0 0 24px}
#terminalWin > #termOut{
  flex:1 1 auto;
  min-height:0;
  height:auto!important;
  overflow:auto;
}
