We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3509be1 commit cd58a4fCopy full SHA for cd58a4f
1 file changed
src/ui/public/fixed_scroll.js
@@ -4,6 +4,11 @@ import uiModules from 'ui/modules';
4
5
const SCROLLER_HEIGHT = 20;
6
7
+/**
8
+ * This directive adds a fixed horizontal scrollbar to the bottom of the window that proxies its scroll events
9
+ * to the target element's real scrollbar. This is useful when the target element's horizontal scrollbar
10
+ * might be waaaay down the page, like the doc table on Discover.
11
+ */
12
uiModules
13
.get('kibana')
14
.directive('fixedScroll', function ($timeout) {
0 commit comments