Skip to content

Commit 4af0b36

Browse files
authored
Merge pull request #3021 from sumitdaga/issue-2984
fixes issue #2984
2 parents dacd54b + 597033d commit 4af0b36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Feed/FeedComments.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
padding-top: (40px - 25px) / 2; /* input height minus line-height */
1818
line-height: 25px;
1919
}
20+
21+
.Dropdown {
22+
z-index: 4;
23+
}
2024
}
2125

2226
&.is-fullscreen {

0 commit comments

Comments
 (0)