
#container {
    // height: 580px;
     overflow: auto;
     flex: 1 1 auto;
     box-sizing: border-box; min-height: auto;
   
   }
   
   #container::-webkit-scrollbar {
       border-radius: 6px;
       width: 9px; transition: background-color .2s linear,width .2s ease-in-out;
       -webkit-transition: background-color .2s linear,width .2s ease-in-out;
     position: absolute;
   }
   
   #container::-webkit-scrollbar-track {
        border-radius: 10px;
       background:#e7e1e1;
   }
   #container::-webkit-scrollbar-thumb {
       border-radius: 10px;
       background: #cdc9c9;
   }
   #container-scroll {
 height: 600px;
     overflow: auto;
     flex: 1 1 auto;
     box-sizing: border-box; min-height: auto;
   
   }
   
   #container-scroll::-webkit-scrollbar {
       border-radius: 6px;
       width: 9px; transition: background-color .2s linear,width .2s ease-in-out;
       -webkit-transition: background-color .2s linear,width .2s ease-in-out;
     position: absolute;
   }
   
   #container-scroll::-webkit-scrollbar-track {
        border-radius: 10px;
       background:#e7e1e1;
   }
   #container-scroll::-webkit-scrollbar-thumb {
       border-radius: 10px;
       background: #cdc9c9;
   }
   .scrollable-content {
    padding-right: 4px;
    margin: 0;
  }
   