Skip to content

Commit f90c9fc

Browse files
Adjust scroll bar width for Chrome (#11309) (#11325)
1 parent 83b5c41 commit f90c9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/_version-selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const tpl = `
7373
7474
#dropdown {
7575
position: absolute;
76-
min-width: calc(100% - 2px);
76+
width: calc(100% - 2px);
7777
top: 100%;
7878
left: 0;
7979
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);

0 commit comments

Comments
 (0)