Skip to content

Commit 71a4c28

Browse files
committed
Tweak overflow scrolling for folded areas
1 parent a5dc7ce commit 71a4c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/css/codetools.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ span.fold-block {
123123
float: left;
124124
clear: left;
125125
padding-right: 0.75rem;
126-
overflow-y: hidden;
126+
overflow: hidden;
127127
}
128128

129129
code.unfolded span.fold-block.hide-when-folded,

0 commit comments

Comments
 (0)