Skip to content

Commit

Permalink
Merge pull request #11399 from LianaHarris360/fix-menu-dropdown-display
Browse files Browse the repository at this point in the history
Add z-index to fix display of HybridLearningFooter dropdown menu
  • Loading branch information
rtibbles authored Oct 13, 2023
2 parents f5e25aa + 07878d9 commit 350266b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
:style="{
left: isRtl ? '16px' : 'auto',
right: isRtl ? 'auto' : '16px',
position: 'absolute'
position: 'absolute',
zIndex: 7,
}"
:raised="true"
:isOpen="isMenuOpen"
Expand Down

0 comments on commit 350266b

Please sign in to comment.