Skip to content

Commit 81bf2b0

Browse files
committed
netpyne-103 Fix z-index (barely)
1 parent 80cc16d commit 81bf2b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webapp/components/general/TutorialBubble.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const TutorialBubble = ({
155155
borderRadius: '4px',
156156
pointerEvents: 'none',
157157
border: `solid 3px ${primaryColor}`,
158-
zIndex: 9999,
158+
zIndex: 1501, // Just over the menus items (1500)
159159
}}
160160
/>
161161
<div style={{ position: 'relative' }} id="tutorialBubble">
@@ -174,7 +174,7 @@ const TutorialBubble = ({
174174
maxHeight: '300px',
175175
fontSize: '16px',
176176
lineHeight: '1.5',
177-
zIndex: 9999,
177+
zIndex: 1501, // Just over the menus items (1500)
178178
}}
179179
>
180180
<h3

0 commit comments

Comments
 (0)