Loading....
CSS Common
 // minimum width at which style starts, for desktop, style start after 900px
@media(min-width: 900px) { #spRepName {display:none  }}       


 //minimum width at which style ends, used in mobile,style before 900px
@media(max-width: 900px) { #spRepName {display:none  }}      

Sticky Header , Freeze Header
position: sticky; z-index: 9;top: 38px;background-color: #f9f9f9;

Last Update: July 10, 2026  

July 8, 2026 19 vikas@crmhike.com  CSS
Total 0 Votes:
0

Tell us how can we improve this post?

+ = Verify Human or Spambot ?

Add A Knowledge Base Question !

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?

Back To Top

Add A Knowledge Base Question !

You will receive an email when your question will be answered.

+ = Verify Human or Spambot ?