Update copy for uncomment html. Fix iframe view covering up button in narrow width. Make iframe fixed so it's viewable as code editor expands and people scroll down. closes #596, closes #655

This commit is contained in:
terakilobyte
2015-05-27 15:15:28 -04:00
parent 6996467c72
commit 79b20d9798
3 changed files with 10 additions and 4 deletions

View File

@@ -1087,6 +1087,11 @@ hr {
color: @gray-light;
}
.iframe-scroll {
position: fixed !important;
margin-top: 75px;
}
//uncomment this to see the dimensions of all elements outlined in red
//* {
// border-color: red;