-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Make organization dropdown scrollable when using mouse wheel #5988
Conversation
templates/user/dashboard/navbar.tmpl
Outdated
@@ -11,7 +11,7 @@ | |||
<div class="ui header"> | |||
{{.i18n.Tr "home.switch_dashboard_context"}} | |||
</div> | |||
<div class="items"> | |||
<div class="scrolling menu" style="border-radius: 0px !important;box-shadow: none !important;border-bottom: 1px solid rgba(34, 36, 38, 0.15);"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inline style should be moved to less/CSS class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed that!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zeripath no need to be sorry. This is why there is a policy to have at least two acceptance as sometimes one person may miss something that another doesn't (and vice versa).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lafriks can you check please sir
conflicted |
Codecov Report
@@ Coverage Diff @@
## master #5988 +/- ##
==========================================
+ Coverage 38.84% 38.84% +<.01%
==========================================
Files 355 355
Lines 50243 50243
==========================================
+ Hits 19516 19518 +2
+ Misses 27899 27896 -3
- Partials 2828 2829 +1
Continue to review full report at Codecov.
|
@lunny conflict resolved |
@lafriks can you review pls |
@muhammedtiftikci thanks for PR. Now that this has been merged could you send a backport to the release/v1.7 branch? If you need assistance please feel free to ask, and we can help 😄 |
Old:
New:
Fix #5580