Advertisement
iamjohnrex03

21961281

Dec 8th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. /*ticket 21961281 - make iframe fixed on scroll*/
  2. li#id_13 {
  3. height: 580px;
  4. }
  5. div#cid_13 {
  6. margin-top: 25px;
  7. position: fixed;
  8. z-index: 9999;
  9. }
  10. @media only screen and (max-width:480px){
  11. div#cid_13 {
  12. width: 380px;
  13. margin-left: -5%;
  14. margin-top: 25px;
  15. position: fixed;
  16. z-index: 9999;
  17. }
  18. }
  19. /*ends here*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement