diff options
author | Muhammed TİFTİKÇİ <muhammedtiftikci@outlook.com> | 2019-03-05 06:13:51 +0300 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-04 22:13:51 -0500 |
commit | 4512634604e17734f0111c10efe377c7400cf577 (patch) | |
tree | 214493c303c4e39968f2570c2c0a3b946539cf5d /templates | |
parent | f066bd2b3f53ff044caefdd1bf3e2a82fa76a20e (diff) | |
download | gitea-4512634604e17734f0111c10efe377c7400cf577.tar.gz gitea-4512634604e17734f0111c10efe377c7400cf577.zip |
Make organization dropdown scrollable when using mouse wheel (#5988)
* Fix #5580
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/dashboard/navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index 37516336a4..a9898ee912 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -11,7 +11,7 @@ <div class="ui header"> {{.i18n.Tr "home.switch_dashboard_context"}} </div> - <div class="items"> + <div class="scrolling menu items"> <a class="{{if eq .ContextUser.ID .SignedUser.ID}}active selected{{end}} item" href="{{AppSubUrl}}/{{if .PageIsIssues}}issues{{else if .PageIsPulls}}pulls{{end}}"> <img class="ui avatar image" src="{{.SignedUser.RelAvatarLink}}"> {{.SignedUser.Name}} |