@color1: #3688FF;
@color6: #000000;

.multTemplate{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 45px;
  overflow: auto;
  background: white;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  
}