Skip to content

Commit

Permalink
Update the z-index of mui select dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Jun 9, 2020
1 parent a6f31d1 commit c854920
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions baseframe/static/css/mui.css
Original file line number Diff line number Diff line change
Expand Up @@ -4126,6 +4126,9 @@ li p + ol {
.mui-select .select2 {
width: 100% !important;
}
.mui-select .mui-select__menu {
z-index: 100;
}

.mui-scroll-lock .header--fixed {
z-index: 1;
Expand Down
3 changes: 3 additions & 0 deletions baseframe/static/sass/baseframe-material/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
.select2 {
width: 100% !important;
}
.mui-select__menu {
z-index: 100;
}
}
// For select dropdown will be on top of the header
.mui-scroll-lock .header--fixed {
Expand Down

0 comments on commit c854920

Please sign in to comment.