.md {
  .sheet-modal {
    .toolbar {
      --f7-safe-area-bottom: 0px;
      position: relative;
      width: 100%;
      &:after,
      &:before {
        display: none;
      }
      + .sheet-modal-inner {
        height: calc(100% - var(--f7-toolbar-height));
        .page-content {
          --f7-page-toolbar-top-offset: 0px;
          --f7-page-toolbar-bottom-offset: 0px;
        }
      }
      a.link:not(.tab-link) {
        flex-shrink: 0;
      }
    }
  }
}
