Skip to content

Commit 8a986ca

Browse files
committed
fix additional scrollbar
1 parent 879f37f commit 8a986ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Changes.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ h2. Changes in 1.0.1
88

99
* fixed warning in the output of "coderay stylesheet"
1010
* YAML scanner allows "-" and "/" in key names
11+
* fix additional scrollbar in code when last line contains an eyecatcher
1112
* minor fixes in the tests
1213

1314
h2. Changes in 1.0

lib/coderay/styles/alpha.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class Alpha < Style
4545
.CodeRay span.line-numbers { padding: 0px 4px; }
4646
.CodeRay .line { display: block; float: left; width: 100%; }
4747
.CodeRay .code { width: 100%; }
48-
.CodeRay .code pre { overflow: auto; }
4948
MAIN
5049

5150
TOKEN_COLORS = <<-'TOKENS'

0 commit comments

Comments
 (0)