summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMuhammed TİFTİKÇİ <muhammedtiftikci@outlook.com>2019-03-05 06:13:51 +0300
committertechknowlogick <matti@mdranta.net>2019-03-04 22:13:51 -0500
commit4512634604e17734f0111c10efe377c7400cf577 (patch)
tree214493c303c4e39968f2570c2c0a3b946539cf5d /templates
parentf066bd2b3f53ff044caefdd1bf3e2a82fa76a20e (diff)
downloadgitea-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.tmpl2
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}}