We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71f7e10 + 84df925 commit 8c0fbd3Copy full SHA for 8c0fbd3
1 file changed
src/components/TeamMemberTasks/style.module.css
@@ -611,6 +611,19 @@
611
color: #fff !important;
612
}
613
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
625
626
627
@media (max-width: 1240px) and (min-width: 992px) {
628
.header-box {
629
flex-direction: column;
0 commit comments