I have a navbar on the page that is fixed to the top. When impersonating someone, the impersonate::banner is also fixed to the top and behind the navbar. How can I make it appear below my navbar?
I tried assigning a style of top: 60px;, but that didn't work.
I have a navbar on the page that is fixed to the top. When impersonating someone, the impersonate::banner is also fixed to the top and behind the navbar. How can I make it appear below my navbar?
I tried assigning a style of
top: 60px;
, but that didn't work.Thanks!