Skip to content

Commit 7c48ae3

Browse files
authored
Make version drop-down arrow clickable (#3569)
* Make version drop-down arrow clickable * Fix cut off version text
1 parent 87fd0ba commit 7c48ae3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,12 +1700,13 @@ div.openInEditorButton i{
17001700
-webkit-appearance: none;
17011701
-moz-appearance: none;
17021702
appearance: none;
1703-
max-width: 100%;
1703+
max-width: 120%;
17041704
}
17051705
.fa-select::after {
17061706
font-family: FontAwesome;
17071707
content: "\f0d7";
17081708
margin-left: -15px;
1709+
pointer-events: none; /* propagate click */
17091710
}
17101711
/* Runnable-examples css -end */
17111712

0 commit comments

Comments
 (0)