.note-editor {
    background-color: rgba(255,255,255,0.9);
}

.note-resize-tenth {
  width: 10%;
  max-width: 100%;
  height: auto;
}

.note-modal-backdrop {
    z-index:unset;
}

.note-resize-threequarter {
  width: 75%;
  max-width: 100%;
  height: auto;
}

.note-resize-ninety {
  width: 90%;
  max-width: 100%;
  height: auto;
}
.note-resize-quarter {
  width: 25%;
  max-width: 100%;
  height: auto;
}

.note-resize-half {
  width: 50%;
  max-width: 100%;
  height: auto;
}

.note-resize-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}