.mobile-menu-drawer {
  display: flex;
  flex-direction: column;
  width: 264px;
  padding-inline: 12px;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  height: 100%;
  overflow-y: auto;
}
