Improve mobile view of showHTML

This commit is contained in:
terakilobyte
2015-05-27 16:42:08 -04:00
parent 5a1261c449
commit bada25f381

View File

@ -1087,10 +1087,18 @@ hr {
color: @gray-light;
}
@media only screen and (min-width: 993px) {
.iframe-scroll {
position: fixed !important;
margin-top: 75px;
}
}
@media only screen and (max-width: 992px) {
.iframe-scroll {
height: auto;
overflow: auto;
}
}
//uncomment this to see the dimensions of all elements outlined in red
//* {