Skip to content

Commit ce4b8b5

Browse files
Change comment style in version selector (#11283) (#11304)
(cherry picked from commit 246b5ff) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 70fc78d commit ce4b8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/_version-selector.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const tpl = `
8686
background: #fff;
8787
z-index: 1;
8888
89-
// for scroll
89+
/* for scroll */
9090
max-height: 60vh;
9191
overflow-y: auto;
9292
overflow-x: hidden;
@@ -112,7 +112,7 @@ const tpl = `
112112
background: rgba(0, 0, 0, 0.5);
113113
}
114114
115-
// for Firefox
115+
/* for Firefox */
116116
#dropdown {
117117
scrollbar-width: thin;
118118
scrollbar-color: #c1c1c1 #f1f1f1;

0 commit comments

Comments
 (0)