From 16d2c3982e446e30bd995d2868b467b6f8f2f1a1 Mon Sep 17 00:00:00 2001 From: ren <18050944+renintw@users.noreply.github.com> Date: Tue, 15 Oct 2024 07:31:55 +0900 Subject: [PATCH] Fix click through problem --- wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss | 2 +- 1 file changed, 1 insertion(+), 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 93c196abb..9c40f416c 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 @@ -86,7 +86,7 @@ body.sensei { width: 92%; height: 90vh; border: 1px solid var(--sensei-course-progress-bar-color); - z-index: 2; + z-index: 5; overflow: scroll; + .wporg-learn-facilitator-notes-backdrop {