I don't think I did anything special for this theme but I have had the issue with fixed headers for instance. The solution for that is often to wrap the skin in a div with position:relative
In some skins where I didn't want to change the HTML I used:
.personabar-visible .main-element { margin-left: 80px; }
Posted By Timo Breumelhof - 40FINGERS on 2/17/2023 1:07 AM I don't think I did anything special for this theme but I have had the issue with fixed headers for instance. The solution for that is often to wrap the skin in a div with position:relative In some skins where I didn't want to change the HTML I used: .personabar-visible .main-element { margin-left: 80px; }
I'm guessing there might be some z-index magic involved too, right? 🤔
z-index
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.