.aside-notes {
  position: relative;
  width: var(--aside-notes-width, 320px);
  flex-shrink: 0;
  z-index: 5;
}
.aside-notes__content {
  position: sticky;
  top: 0;
}
.aside-notes input {
  border-width: 1px;
  background-color: #fff;
  border-style: solid;
}
@media (max-width: 767px) {
  .aside-notes {
    width: 100%;
  }
}
