further improvement of bonfire view

This commit is contained in:
Nathan Leniz
2015-01-20 03:10:24 -05:00
parent bb87cc4bb3
commit bfb711166c
3 changed files with 31 additions and 29 deletions

View File

@@ -151,7 +151,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
/* 30px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -30px; margin-right: -30px;
padding-bottom: 30px;
padding-bottom: 0px;
height: 100%;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;