Skip to content

Commit dba5c29

Browse files
author
Alasdair Allan
authored
Merge pull request raspberrypi#2130 from raspberrypi/1984n
Toggling scrollbar off for Windows
2 parents 1ff5b9d + 94a6b02 commit dba5c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ h6 .anchor::before {
409409
color: #fff;
410410
background-color: #343434;
411411
padding: 7px 15px 7px;
412-
overflow-x: scroll;
412+
overflow-x: auto !important;
413413
}
414414

415415
#content table {

0 commit comments

Comments
 (0)