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
Total 0 Votes:
0
0

