My Site link: https://staging.kelsan.biz:8144
I want the header div class getHeaderTopFixed
to be static. For that I have applied the below styles
box-shadow: gray 0px 0px 5px !important;
position: fixed;
top: 0px;
width: 100%;
z-index: 9000;
But is not working. Need suggestions on fixing this issue.