Skip to content

Commit 8a780c3

Browse files
authored
[Guided Tours] Fix dropdown mouse accessibility on fancy selects (joomla#43960)
1 parent 4d47d69 commit 8a780c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/media_source/plg_system_guidedtours/scss/guidedtours.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
@import "../../../../node_modules/shepherd.js/dist/css/shepherd";
77

8+
.shepherd-target.shepherd-enabled {
9+
z-index: 9998;
10+
}
11+
812
.shepherd-element {
913
width: max-content;
1014
max-width: min(600px, 90%);

0 commit comments

Comments
 (0)