From 8835f5e3e93e922f758cbf9fa1c545906f547a2d Mon Sep 17 00:00:00 2001 From: alexandre dewit Date: Mon, 15 Jun 2020 13:11:04 +0200 Subject: [PATCH 1/8] fix(panel): sticky header --- components/Panel/Panel.vue | 2 +- components/Panel/PanelItem.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/Panel/Panel.vue b/components/Panel/Panel.vue index 678bc51..f06f68a 100644 --- a/components/Panel/Panel.vue +++ b/components/Panel/Panel.vue @@ -127,7 +127,7 @@ .panel__main { .panel__nav__wrapper { - position: sticky; + position: absolute; top: 0; left: 0; right: 0; diff --git a/components/Panel/PanelItem.vue b/components/Panel/PanelItem.vue index 9475b14..774e22b 100644 --- a/components/Panel/PanelItem.vue +++ b/components/Panel/PanelItem.vue @@ -55,6 +55,7 @@