@numiko/scroll-lock
    Preparing search index...

    Function scrollLock

    • Parameters

      • scrollBody: HTMLElement = document.body

      Returns {
          disableScroll: () => void;
          enableScroll: () => void;
          getIsLocked: () => boolean;
      }