From cc3418f6a3fa373c98cb7bbaac09ee4fbe025a3f Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Thu, 19 Apr 2018 13:44:37 +0200 Subject: [PATCH] docs: what's new Improved scrolling experience --- docs/sources/guides/whats-new-in-v5-1.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/sources/guides/whats-new-in-v5-1.md b/docs/sources/guides/whats-new-in-v5-1.md index 3ab792de1bf..c113be10819 100644 --- a/docs/sources/guides/whats-new-in-v5-1.md +++ b/docs/sources/guides/whats-new-in-v5-1.md @@ -14,7 +14,7 @@ weight = -7 Grafana v5.1 brings new features, many enhancements and bug fixes. This article will detail the major new features and enhancements. -* [Scrolling]({{< relref "#scrolling" >}}) +* [Improved scrolling experience]({{< relref "#improved-scrolling-experience" >}}) * [Improved docker image]({{< relref "#improved-docker-image-breaking-change" >}}) with a breaking change! * [Improved workflow for provisioned dashboards]({{< relref "#improved-workflow-for-provisioned-dashboards" >}}) * [New template variable interpolation syntax]({{< relref "#new-template-variable-interpolation-syntax" >}}) @@ -22,9 +22,12 @@ Grafana v5.1 brings new features, many enhancements and bug fixes. This article * [Microsft SQL Server]({{< relref "#microsoft-sql-server" >}}) as metric & table datasource! * [Dashboards & Panels]({{< relref "#dashboards-panels" >}}) Improved adding panels to dashboards and enhancements to Graph and Table panels. -## Scrolling - +## Improved scrolling experience +In Grafana v5.0 we introduced a new scrollbar component. Unfortunately this introduced a lot of issues and in some scenarios removed +the native scrolling functionality. Grafana v5.1 ships with a native scrollbar for all pages together with a scrollbar component for +the dashboard grid and panels that's not overriding the native scrolling functionality. We hope that these changes and improvements should +make the Grafana user experience much better! ## Improved docker image (breaking change)