Bootstrap Menu Covers DNN CONTROLBAR
Closed this issue · 3 comments
birksy89 commented
trapias commented
@birksy89 it's an issue under DNN 7, not appearing with DNN 6, probably due to the changes in controlpanel.
I just pushed a modified version of include headers header-navbar-fixed-top.ascx and header-navbar-fixed-top-inverse.ascx that use a different approach, removing the "navbar-fixed-top" class via js when the control panel is there. This way the navbar gets a relative positioning, going under the controlpanel.
Not so great but it's working for me, can you try the new headers?
birksy89 commented
Yeah, works fine now. Nice one.