Uh oh!
There was an error while loading. Please reload this page.
Adjust scroll container height to make it a proper boundary element for actions - #22999
Merged
Merged
Conversation
juliusknorr
requested review from
ChristophWurst, marcoambrosini, raimund-schluessler and skjnldsvSeptember 22, 2020 10:26
ChristophWurst
approved these changes
Sep 22, 2020
raimund-schluessler
approved these changes
Sep 23, 2020
raimund-schluessler
left a comment
Member
There was a problem hiding this comment.
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; | |||
There was a problem hiding this comment.
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.
…or actions Signed-off-by: Julius Härtl <jus@bitgrid.net>
rullzerforce-pushed
the
bugfix/noid/settings-container-height
branch
from
September 29, 2020 14:08
3ab36f1 to
92ab659Comparerullzer
commented
Sep 29, 2020
Member
rebased then lets get it in |
rullzer
commented
Sep 29, 2020
Member
/backport to stable20 |
marcoambrosini
approved these changes
Sep 29, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More general approach to replace #22998
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.