Advertisement
arie_cristianD

unset sticky bar height & sticky logo max height

Jan 1st, 2024
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* unset sticky bar height & sticky logo max height */
  2.  
  3. .jeg_stickybar.jeg_navbar {
  4.     height : unset ;
  5. }
  6.  
  7. .jeg_stickybar .jeg_logo img {
  8.     max-height : unset ;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement