Skip to content

Commit a61d99e

Browse files
committed
fixed-filter-tab-overlapping
Signed-off-by: Divyanshu Gupta <[email protected]>
1 parent a137e2f commit a61d99e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sections/Community/Members-grid/Dropdown.js

+2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ const Dropdown = (props) => {
2020
<div
2121
style={{
2222
display: "flex",
23+
position: "relative",
2324
alignItems: "center",
2425
justifyContent: "flex-end",
2526
width: "100%",
27+
zIndex: 100
2628
}}
2729
>
2830
<Select

0 commit comments

Comments
 (0)