Skip to content

Commit ac025ad

Browse files
committed
DEV: Move hidden dropdown out of the flow
1 parent 37c35ed commit ac025ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/common.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
&:not(.is-open) {
5151
.custom-header-dropdown {
5252
transform: scale(0);
53+
opacity: 0;
54+
position: absolute;
5355
}
5456

5557
.custom-header-link-caret svg {
@@ -82,6 +84,7 @@
8284
min-width: 200px;
8385
max-width: 280px;
8486
list-style: none;
87+
opacity: 1;
8588
transform: scale(0);
8689
transition: transform 0.2s ease;
8790
transition-delay: 0.1s;

0 commit comments

Comments
 (0)