We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c35ed commit ac025adCopy full SHA for ac025ad
1 file changed
common/common.scss
@@ -50,6 +50,8 @@
50
&:not(.is-open) {
51
.custom-header-dropdown {
52
transform: scale(0);
53
+ opacity: 0;
54
+ position: absolute;
55
}
56
57
.custom-header-link-caret svg {
@@ -82,6 +84,7 @@
82
84
min-width: 200px;
83
85
max-width: 280px;
86
list-style: none;
87
+ opacity: 1;
88
89
transition: transform 0.2s ease;
90
transition-delay: 0.1s;
0 commit comments