Skip to content

Commit 16d2c39

Browse files
committed
Fix click through problem
1 parent 4b5b686 commit 16d2c39

File tree

1 file changed

+1
-1
lines changed
  • wp-content/themes/pub/wporg-learn-2024/src/style

1 file changed

+1
-1
lines changed

wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ body.sensei {
8686
width: 92%;
8787
height: 90vh;
8888
border: 1px solid var(--sensei-course-progress-bar-color);
89-
z-index: 2;
89+
z-index: 5;
9090
overflow: scroll;
9191

9292
+ .wporg-learn-facilitator-notes-backdrop {

0 commit comments

Comments
 (0)