Skip to content

Commit 6e0645b

Browse files
authored
Merge pull request #110 from LuCEresearchlab/q-button-z-index-fix
fixed x-index for Q button
2 parents 942c386 + 28d1976 commit 6e0645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/v2/TaggingUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function TaggingUI({taggingSession, dispatchTaggingSession, taggingClusterSessio
145145
<Grid container direction={'row'} className={classes.root} spacing={10}>
146146
<Grid item xs={showQuestion ? 4 : 1}>
147147
<Button
148-
style={{position: 'sticky', top: '1em'}}
148+
style={{position: 'sticky', top: '1em', zIndex: 2}}
149149
onClick={() => {
150150
setShowQuestion(!showQuestion)
151151
}}>Q</Button>

0 commit comments

Comments
 (0)