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: Change scroll container for sharing details #41444

Merged
merged 2 commits into from Nov 13, 2023
Merged

Commits on Nov 13, 2023

  1. fix: Change scroll container for sharing details

    In order to meet accessibility requirements we cannot use a sticky
    footer that overlaps important interactable content. Therefore this
    moves to a scroll container for the details which does not include the
    action buttons at the bottom.
    
    Larger indentation change in SharingDetailsTab was required to have a
    wrapping container for the scroll area.
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliushaertl committed Nov 13, 2023
    Copy the full SHA
    d7ae387 View commit details
    Browse the repository at this point in the history
  2. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command committed Nov 13, 2023
    Copy the full SHA
    1433f45 View commit details
    Browse the repository at this point in the history