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