Fix sidebar collapse functionality
- Restored .sidebar.collapsed CSS class that was accidentally removed - Sidebar toggle now works correctly with fixed header/footer layout
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sidebar.collapsed {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
|
||||
Reference in New Issue
Block a user