Skip to content

Add overflow scroll to search results #2232

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

Merged
merged 2 commits into from
Aug 15, 2020

Conversation

puppycodes
Copy link
Contributor

All search results were not visible on desktop screens beyond the viewport height, adding overflow-y: scroll fixes this

ezgif-1-671563cb08f8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
All search results were not visible on desktop screens beyond the viewport height, adding overflow-y: scroll fixes this
@auto-assign auto-assign bot requested a review from NGPixel July 27, 2020 05:50
@Jhobean
Copy link

Jhobean commented Jul 27, 2020

Think is a fix of this issues #1672

@NGPixel
Copy link
Member

NGPixel commented Aug 10, 2020

Should be auto, not scroll as otherwise it will always display a scrollbar on larger screen (on non-Mac machines at least).

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@puppycodes
Copy link
Contributor Author

Should be auto, not scroll as otherwise it will always display a scrollbar on larger screen (on non-Mac machines at least).

updated ;)

@NGPixel NGPixel merged commit b588e55 into requarks:dev Aug 15, 2020
jionggyu pushed a commit to jionggyu/wiki-2.5.302-patch that referenced this pull request Jul 9, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
* Add overflow scroll to search results

All search results were not visible on desktop screens beyond the viewport height, adding overflow-y: scroll fixes this

* Update search-results.vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants