.menu-panel {
  margin-top: -48px;
  width: 72px;
  height: 48px;
  background: transparent;
  position: relative;
  z-index: -1;

  &--trigger-hidden {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 2000;
    width: 0px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    margin: 0;
    line-height: 0;
    min-width: 0;
    min-height: 0;
  }

  // &__panel {
  //   .mat-menu-content {
  //     padding-top: 0 !important;
  //     padding-bottom: 0 !important;
  //   }
  // }
}
