Skip to content

Commit

Permalink
fix: Updated search modal to match Bootstrap's z-index. (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma authored Mar 11, 2024
1 parent bca3aac commit a2d7f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/course-home/courseware-search/courseware-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
right: 0;
bottom: 0;
border-top: 1px solid $light-300;
z-index: 200;
z-index: $zindex-modal; // Bootstrap's z-index layer for Modals.

&__close {
position: absolute !important; // For some reason it gets overridden
Expand Down

0 comments on commit a2d7f70

Please sign in to comment.