From 809ce6ccab53f29792d47d8fc51b00c208c0166a Mon Sep 17 00:00:00 2001 From: Jeremy Mack Date: Sun, 28 Oct 2012 15:49:19 -0400 Subject: [PATCH] Fixes slow scrolling on pages with gigantic logs --- assets/styles/main/log.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/styles/main/log.sass b/assets/styles/main/log.sass index 1aede66d..484d6757 100644 --- a/assets/styles/main/log.sass +++ b/assets/styles/main/log.sass @@ -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