html {
  /* scrollbar-gutter: auto !important; */
  /**/
  /* &:has(body.content-overflow-y) { */
  /*   scrollbar-gutter: stable !important; */
  /* } */

  @media (max-width: 1024px) {
    &:has(#sidebar-toggle:checked) {
      overflow: hidden;
      height: 100vh;

      body {
        overflow: hidden;
        height: 100vh;
      }

      .drawer-content {
        overflow: hidden;
        height: 100vh;
      }

      .drawer-side {
        overflow: auto !important;
      }
    }
  }
}
