sc-full-panel-mobile {
  @media screen and (max-width: @mobile) {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: fit-content;
    margin-top: 0px;
    margin-bottom: 0px;
    app-title-nav {
      flex-grow: 0;
    }
    sc-content-wrapper,
    sc-panel {
      width:100%;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      min-height: fit-content;
      margin-top: 0px;
      margin-bottom: 0px;
      sc-panel-header {
        flex-grow: 0;
      }
      sc-panel-body {
        flex-grow: 1;
      }
      .bottom-buttons {
        flex-grow: 0;
      }  
    }
  }
}
