Merge pull request #831 from treece/treece-830

Changed z-index of iframe-scroll class to 1
pull/843/head
Quincy Larson 2015-06-04 00:17:56 -07:00
commit aa44bb2e3f
1 changed files with 1 additions and 1 deletions

View File

@ -1092,7 +1092,7 @@ hr {
.iframe-scroll {
position: fixed !important;
margin-top: 75px;
z-index: 9999;
z-index: 1;
}
}
@media only screen and (max-width: 992px) {