Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*ticket 21961281 - make iframe fixed on scroll*/
- li#id_13 {
- height: 580px;
- }
- div#cid_13 {
- margin-top: 25px;
- position: fixed;
- z-index: 9999;
- }
- @media only screen and (max-width:480px){
- div#cid_13 {
- width: 380px;
- margin-left: -5%;
- margin-top: 25px;
- position: fixed;
- z-index: 9999;
- }
- }
- /*ends here*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement