Skip to content

Commit

Permalink
#3896: Show assessment modal dialog in front of top bar
Browse files Browse the repository at this point in the history
But behind ANET Link dialog!
  • Loading branch information
gjvoosten committed Oct 27, 2021
1 parent 8fa803d commit e0e5af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/assessments/AssessmentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const AssessmentModal = ({
centered
show={showModal}
onHide={closeModal}
style={{ zIndex: "1220" }}
style={{ zIndex: "1250" }}
>
<Formik
enableReinitialize
Expand Down

0 comments on commit e0e5af8

Please sign in to comment.