Improve mobile view of showHTML

pull/718/head
terakilobyte 2015-05-27 16:42:08 -04:00
parent 5a1261c449
commit bada25f381
1 changed files with 11 additions and 3 deletions

View File

@ -1087,9 +1087,17 @@ hr {
color: @gray-light;
}
.iframe-scroll {
position: fixed !important;
margin-top: 75px;
@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