Skip to content

Commit 8c0fbd3

Browse files
Merge pull request #3605 from OneCommunityGlobal/Mohan-dropdown-overlap-large-screens
Mohan Fix Dropdown Overlap with Taking Time Off Content on Large Screens
2 parents 71f7e10 + 84df925 commit 8c0fbd3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/components/TeamMemberTasks/style.module.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,19 @@
611611
color: #fff !important;
612612
}
613613

614+
:global(.multi-select-filter) {
615+
position: relative;
616+
z-index: 20;
617+
}
618+
619+
:global(.multi-select-filter .dropdown-content) {
620+
z-index: 30;
621+
}
622+
623+
:global(.multi-select-filter:focus-within) {
624+
z-index: 30;
625+
}
626+
614627
@media (max-width: 1240px) and (min-width: 992px) {
615628
.header-box {
616629
flex-direction: column;

0 commit comments

Comments
 (0)