Project

General

Profile

Feature #2719

Feature #2709: Make controls fixed

Sidebar is not high enough

Added by Luke Murphey almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05/07/2020
Due date:
% Done:

100%


History

#2 Updated by Luke Murphey almost 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 almost 4 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF