mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Restore 7rem so that the sidebar is balanced on top and bottom
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
height: calc(100vh - 5rem);
|
height: calc(100vh - 7rem);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user