From fd6072467e13c0fadbf0fc0950f06c67b91b7175 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 18 Mar 2020 09:35:39 +0200 Subject: [PATCH] Dashboard example: use the core `.position-sticky` class. (#30408) --- site/content/docs/4.3/examples/dashboard/dashboard.css | 7 ------- site/content/docs/4.3/examples/dashboard/index.html | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/site/content/docs/4.3/examples/dashboard/dashboard.css b/site/content/docs/4.3/examples/dashboard/dashboard.css index ef196319a79c..7e3ac226d34e 100644 --- a/site/content/docs/4.3/examples/dashboard/dashboard.css +++ b/site/content/docs/4.3/examples/dashboard/dashboard.css @@ -37,13 +37,6 @@ body { overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ } -@supports ((position: -webkit-sticky) or (position: sticky)) { - .sidebar-sticky { - position: -webkit-sticky; - position: sticky; - } -} - .sidebar .nav-link { font-weight: 500; color: #333; diff --git a/site/content/docs/4.3/examples/dashboard/index.html b/site/content/docs/4.3/examples/dashboard/index.html index a21af0186abe..6e549e6de751 100644 --- a/site/content/docs/4.3/examples/dashboard/index.html +++ b/site/content/docs/4.3/examples/dashboard/index.html @@ -27,7 +27,7 @@