AdminLTE icon indicating copy to clipboard operation
AdminLTE copied to clipboard

layout-navbar-fixed

Open dreamsight opened this issue 7 months ago • 1 comments

layout-navbar-fixed works fine in version 3.1.0 but 4 appears to have this class missing in the css?

is there a quick fix around this without uninstalling version 4 I have already put a lot of work in modifying the panel

OK; found it by looking at the source of version 4 instead of layout-navbar-fixed it's now fixed-header for anyone who needs to know.

thanks paul

dreamsight avatar Jul 21 '25 05:07 dreamsight

I think you need to add the css class fixed-header to the body tag. If not then it may be a bootstrap 5.3 sticky header. Look in the docs folder or the layout folder in the code you downloaded or when you run the source code from the project there should be some documentation in there that talks about this.

burdittw avatar Jul 21 '25 08:07 burdittw