Skip to content

Commit ea81435

Browse files
committed
Fix support dropdown from disappearing
This style keeps the support button dropdown menu open when moving the mouse between the button text and icon.
1 parent 660416e commit ea81435

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/css/custom.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,8 @@ html[data-theme="dark"] .tooltip-glossary {
302302
z-index: 1;
303303
}
304304

305-
.supportDropBtn svg { /* Arrow icon */
306-
width: 12px;
307-
height: 12px;
305+
.supportDropBtn svg { /* Keep dropdown open when moving the mouse between text and icon. */
306+
pointer-events: none;
308307
}
309308

310309
.supportDropdown:hover .supportDropBtn {

0 commit comments

Comments
 (0)