.log-viewer-page-container{
    height: 95vh;
    width: 100%;          
    max-width: 100%;      
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

    overflow: hidden;    
    min-width: 0;
    align-self: stretch;
}

.log-viewer-div{
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;   /* keep */
  display: flex;
  align-items: center;
}

.log-viewer-section-div{
    height: 100%;        
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}