Commit f13fbf62 authored by Phil Hughes's avatar Phil Hughes

Revert "Merge branch 'tooltip-hide-on-scroll' into 'master'"

This reverts merge request !9653
parent afd56634
......@@ -231,10 +231,6 @@ require('es6-promise').polyfill();
var bootstrapBreakpoint = bp.getBreakpointSize();
var fitSidebarForSize;
$(document).on('scroll', function() {
$('.has-tooltip').tooltip('hide');
});
// Set the default path for all cookies to GitLab's root directory
Cookies.defaults.path = gon.relative_url_root || '/';
......
---
title: Fixed tooltip remaining after scrolling the page
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment