Skip to content

Commit

Permalink
428: Fix styling of container for section selector in non-um multiple…
Browse files Browse the repository at this point in the history
… enrollment (#435)
  • Loading branch information
jaydonkrooss committed Apr 18, 2024
1 parent 137ce0f commit 9c5e449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Root = styled('div')((
textAlign: 'center'
},

[`&.${classes.container}`]: {
[`& .${classes.container}`]: {
position: 'relative',
zIndex: 0
},
Expand Down

0 comments on commit 9c5e449

Please sign in to comment.