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:
parent
d948dd72a6
commit
7d3bc24e13
@ -54,6 +54,10 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sidebar.collapsed {
|
||||
margin-left: -250px;
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user