Advertisement
fauzanjeg

Sticky Sidebar Issue

Feb 5th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* Sticky Sidebar Issue */
  2. @media only screen and (max-width: 1024px) {
  3.     .theiaStickySidebar {
  4.         position: unset !important;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement