File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 102
102
'''
103
103
.tour-tour-element {
104
104
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
105
- pointer-events: none !important;
105
+ pointer-events: none !important;
106
106
z-index: 9999;
107
107
}
108
108
139
139
'''
140
140
body.shepherd-active .shepherd-target.shepherd-enabled {
141
141
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
142
- pointer-events: none !important;
142
+ pointer-events: none !important;
143
143
z-index: 9999;
144
144
}
145
145
146
146
body.shepherd-active .shepherd-orphan {
147
147
box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.20);
148
- pointer-events: auto;
148
+ pointer-events: auto;
149
149
z-index: 9999;
150
150
}
151
151
160
160
}
161
161
162
162
body.shepherd-active .shepherd-step {
163
- pointer-events: auto;
163
+ pointer-events: auto;
164
164
z-index: 9999;
165
165
}
166
166
167
167
body.shepherd-active {
168
- pointer-events: none !important;
168
+ pointer-events: none !important;
169
169
}
170
170
''' )
You can’t perform that action at this time.
0 commit comments