Skip to content

fixed: Swage theme - Config dropdown menu on small resulutions#4512

Merged
Alkarex merged 1 commit intoFreshRSS:edgefrom
math-GH:fix-4511
Aug 19, 2022
Merged

fixed: Swage theme - Config dropdown menu on small resulutions#4512
Alkarex merged 1 commit intoFreshRSS:edgefrom
math-GH:fix-4511

Conversation

@math-GH
Copy link
Copy Markdown
Contributor

@math-GH math-GH commented Aug 18, 2022

Closes #4511

After:
Dropdown menu is scrollable
grafik

Changes proposed in this pull request:

  • (S)CSS

How to test the feature manually:

  1. see [BUG] Theme: Swage - config dropdown not fully reachable on smaller screens #4511

Pull request checklist:

  • clear commit messages
  • code manually tested

@math-GH math-GH added this to the 1.20.0 milestone Aug 18, 2022
@math-GH
Copy link
Copy Markdown
Contributor Author

math-GH commented Aug 18, 2022

@Alwaysin please have a look here :) The fix was easier than I thought before.

max-height: calc(100vh - 45px);
overflow: scroll;

.icon {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this change on purpose? It looks quite unrelated to the overflow stuff.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

it was by purpose.

.dropdown .icon is the same like .dropdown .dropdown-menu .icon, so .dropdown .dropdown-menu can be used for the (new) scrolling and for the .icon

@Alwaysin
Copy link
Copy Markdown
Contributor

@Alwaysin please have a look here :) The fix was easier than I thought before.

I tried it and it works as expected!

@Alkarex Alkarex merged commit 8f47552 into FreshRSS:edge Aug 19, 2022
@math-GH math-GH deleted the fix-4511 branch August 20, 2022 20:40
@math-GH math-GH mentioned this pull request Oct 27, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Theme: Swage - config dropdown not fully reachable on smaller screens

4 participants