$white: #fff;

.notes-container {
  background-color: $white;
  bottom: 0;
  height: 95px;
  left: 130px;
  max-height: 700px;
  min-height: 10px;
  position: fixed;
  width: 67.4%;
  z-index: 0;

  .resize-area {
      padding-top: 40px;
    background-color: red;
    cursor: row-resize;
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
   }
   .notes-editor{}
   .notes-comments{}
  }