undergroundwires/privacy.sexy

View on GitHub
src/presentation/components/Shared/Modal/Hooks/ScrollLock/WindowScrollDomStateAccessor.ts

Summary

Maintainability
A
3 hrs
Test Coverage

WindowScrollDomState has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class WindowScrollDomState implements ScrollDomStateAccessor {
  get bodyStyleOverflowX(): string { return BodyElement.style.overflowX; }

  set bodyStyleOverflowX(value: string) { BodyElement.style.overflowX = value; }

    There are no issues that match your filters.

    Category
    Status