Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ModalPage): ограничить область контента с помощью bottom-inset #5715

Commits on Aug 29, 2023

  1. DEBUG

    mendrew committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c44dc92 View commit details
    Browse the repository at this point in the history
  2. Apply bottom-inset height in ModalPage transition calculation

    Added new ref specially for bottom-inset to be able to get the
    inset value by getting height of the element.
    
    Use the bottom-inset value in content height during transition
    calculation to make sure we move modal up not only by the height of the
    content, but also by the height of the bottom-inset otherwise modal
    content might be hidden by the bottom-inset.
    
    Use this ref for new div element inside content-wrap.
    Div element we need not only to use in calculation but also to limit
    content scroll to make sure scroll visually ended before the
    bottom-inset.
    mendrew committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    164154e View commit details
    Browse the repository at this point in the history
  3. Revert "DEBUG"

    This reverts commit b0a36a0266b2c5cef6dea23e10c6d6a5432cc88a.
    mendrew committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    370baf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fix typo in the comment

    mendrew committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    56bd22f View commit details
    Browse the repository at this point in the history