Skip to content

Commit 3c42dfb

Browse files
committed
Fixed Community search dropdown.
1 parent cb458a0 commit 3c42dfb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scss/tagList.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
.tag-list {
88
@extend .list;
99

10-
position: relative;
11-
top: 0;
12-
right: 0;
13-
left: 0;
14-
max-height: 12rem;
10+
position: relative!important;
11+
top: 0!important;
12+
right: 0!important;
13+
left: 0!important;
14+
max-height: 12rem!important;
1515

1616
opacity: .99;
1717
background: $lib-bg;

0 commit comments

Comments
 (0)