Tweak padding on index.hbs, I think I've gotten rid of outer/2nd scroll-bar in desktop browsers, still looks ok on mobile.

This commit is contained in:
jkaplon 2016-10-16 10:59:32 -04:00
parent 6a6d87a74c
commit dff2758f1d

View File

@ -20,9 +20,9 @@
html, body { height: 100%; margin: 0; padding: 0; }
.wrap {
position: relative;
height: 97%;
height: 96%;
background: #eee;
padding: 20px;
padding: 15px;
box-sizing: border-box;
}
.border {
@ -31,7 +31,7 @@
border-radius: 5px;
border: 1px solid #999;
position: relative;
height: 97%;
height: 96%;
padding: 1px;
}
.CodeMirror {