We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc16d commit 81bf2b0Copy full SHA for 81bf2b0
1 file changed
webapp/components/general/TutorialBubble.js
@@ -155,7 +155,7 @@ const TutorialBubble = ({
155
borderRadius: '4px',
156
pointerEvents: 'none',
157
border: `solid 3px ${primaryColor}`,
158
- zIndex: 9999,
+ zIndex: 1501, // Just over the menus items (1500)
159
}}
160
/>
161
<div style={{ position: 'relative' }} id="tutorialBubble">
@@ -174,7 +174,7 @@ const TutorialBubble = ({
174
maxHeight: '300px',
175
fontSize: '16px',
176
lineHeight: '1.5',
177
178
179
>
180
<h3
0 commit comments