Feature #2719
Feature #2709: Make controls fixed
Sidebar is not high enough
Start date:
05/07/2020
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey over 4 years ago
#2 Updated by Luke Murphey over 4 years ago
Might want something like this (https://css-tricks.com/forums/topic/fixed-menu-not-scrollable/):
.nav {
max-height: calc(100% - 50px);
overflow-y: auto;
}
#4 Updated by Luke Murphey over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100