Hi, please help me. How to get rid of this sidebar scrollbar. It stressed me out
Which ASP.NET Maker version do you use, and what is your AdminLTE layout class setting?
If you have modified CSS yourself, make sure you have not overwritten the original CSS in the project .css:
Assume v2025:
// Sidebar
.sidebar, .control-sidebar-content {
overflow: hidden;
}
