Skip to content

Commit

Permalink
Issue #45, Codebox stretches down instead of fixed height + scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
autodidakto committed Apr 10, 2012
1 parent 98f34d4 commit 2ed696b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/public/css/refheap.css
Expand Up @@ -129,14 +129,14 @@ div#paste-container {
max-width: 879px;
width: 70%;
background: transparent;
height: 555px;
overflow: hidden;
float: left;
border: none;
}

.CodeMirror-scroll {
height: 510px;
height: 100%;
min-height: 510px;
overflow: auto;
border: 2px solid #2e2e2e;
border-radius: 3px;
Expand Down

0 comments on commit 2ed696b

Please sign in to comment.