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:
parent
6a6d87a74c
commit
dff2758f1d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user