From f6703c905234f05016bdd454f2a239f7b9a6cdd0 Mon Sep 17 00:00:00 2001 From: Ren <18050944+renintw@users.noreply.github.com> Date: Thu, 25 Jul 2024 07:02:49 +0800 Subject: [PATCH] Fix sticky header position incorrect when on a smaller screen for the lesson page (#2768) --- wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss index cce3cf21c..6d80b00bb 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss @@ -3,7 +3,6 @@ body.sensei { --content-padding: var(--wp--preset--spacing--edge-space); --sensei-lm-header-height: 60px; --sensei-lm-sidebar-width: calc(280px + var(--wp--preset--spacing--edge-space)); - --sensei-wpadminbar-offset: var(--wp-admin--admin-bar--height); --border-color: var(--wp--custom--color--border); --sensei-secondary-color: var(--wp--preset--color--blueberry-1);