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

Adjust scroll container height to make it a proper boundary element for actions #22999

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

juliushaertl
Copy link
Member

More general approach to replace #22998

  • Open the security settings on mobile
  • scroll down to the token list
  • Tap the 3-dots menu

Before:
See no menu (since it has boundaries to the body element which is out of the visible area)

After:
See the menu

See nextcloud-libraries/nextcloud-vue#1384 for the background of this issue.

Copy link
Member

@raimund-schluessler raimund-schluessler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as it should. I couldn't find any side effects. 👍

@@ -1443,6 +1443,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
$grid-row-height: 60px;
$grid-col-min-width: 160px;
overflow-x: scroll;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On a side note: Why is this overflow-x: scroll here? On my setup, it only creates an empty x-scrollbar, but I can't figure out what needs explicit x-scrolling in settings.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found the PR #19533 and the commit 3be571c which added this. I guess it's necessary to fix something. 🙈

…or actions

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@rullzer rullzer force-pushed the bugfix/noid/settings-container-height branch from 3ab36f1 to 92ab659 Compare September 29, 2020 14:08
@rullzer
Copy link
Member

rullzer commented Sep 29, 2020

rebased then lets get it in

@rullzer
Copy link
Member

rullzer commented Sep 29, 2020

/backport to stable20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants