Merge pull request #40 from mutewinter/css_scrolling_speed_fix
Fixes Slow Scrolling on Pages with Gigantic Logs
This commit is contained in:
commit
95e9c7a17d
|
@ -19,7 +19,6 @@ pre#log
|
|||
overflow-x: scroll
|
||||
|
||||
p
|
||||
position: relative
|
||||
padding: 0 15px 0 50px
|
||||
margin: 0
|
||||
min-height: 16px
|
||||
|
@ -28,8 +27,8 @@ pre#log
|
|||
&.highlight
|
||||
background-color: $color-bg-log-highlight
|
||||
a
|
||||
position: absolute
|
||||
margin-left: -40px
|
||||
margin-right: 10px
|
||||
cursor: pointer
|
||||
|
||||
.fold
|
||||
|
|
Loading…
Reference in New Issue
Block a user