summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-01-12 08:04:52 +0000
committerFatih Acet <acetfatih@gmail.com>2018-01-12 08:04:52 +0000
commit897bc0ed78e289b59ad201472122b7440374985d (patch)
tree9686758760ef7936c30342e3d19849f0d505fb5d
parent196be7b1dec7e93761160488311807b44510f5fc (diff)
parent74428414aa7e770be8a783bc52dd08feb5a63f64 (diff)
downloadgitlab-ce-897bc0ed78e289b59ad201472122b7440374985d.tar.gz
Merge branch '37077-subscribe-button-tooltip-on-issues-page-causes-visual-stuttering' into 'master'
Resolve "Subscribe button tooltip on issues page causes visual stuttering" Closes #37077 See merge request gitlab-org/gitlab-ce!16411
-rw-r--r--app/views/dashboard/issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index 42941acc508..3e85535dae0 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -7,7 +7,7 @@
.top-area
= render 'shared/issuable/nav', type: :issues
.nav-controls
- = link_to params.merge(rss_url_options), class: 'btn has-tooltip', title: 'Subscribe' do
+ = link_to params.merge(rss_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: 'Subscribe' do
= icon('rss')
= render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", with_feature_enabled: 'issues', type: :issues