From fa9a5068e0ec0888272b5caf44742d938cb902f4 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Apr 2015 14:25:39 -0600 Subject: [PATCH] Fixes #1217 --- src/css/devtool-log.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css index 6bbc52636..f885df837 100644 --- a/src/css/devtool-log.css +++ b/src/css/devtool-log.css @@ -53,13 +53,12 @@ input:focus { } #content { position: absolute; - top: 0; + top: 90px; bottom: 0; left: 0; right: 0; z-index: 0; overflow-y: auto; - padding-top: 90px; } #content table { border: 0;