Merge pull request #831 from treece/treece-830
Changed z-index of iframe-scroll class to 1
This commit is contained in:
@ -1092,7 +1092,7 @@ hr {
|
|||||||
.iframe-scroll {
|
.iframe-scroll {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
margin-top: 75px;
|
margin-top: 75px;
|
||||||
z-index: 9999;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (max-width: 992px) {
|
@media only screen and (max-width: 992px) {
|
||||||
|
Reference in New Issue
Block a user