Skip to content

Commit 03ca0c5

Browse files
committed
tab dropdown height responsive
1 parent 1e5cb51 commit 03ca0c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/styles/layout/_headContainer.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
// removes min-height of dropdown and change it to 100%
5858
.css-yk16xz-control,
5959
.css-1pahdxg-control {
60-
min-height: 100%;
60+
min-height: initial;
61+
height: 100%;
6162
}
6263
}

0 commit comments

Comments
 (0)