forest-express-sequelize
forest-express-sequelize copied to clipboard
Height Truncated in View Content
Actual behavior
Any smart views that render within l-project-rendering-view__content
that happen to overflow in height will not be rendered true to height.
Easy Fix:
.l-project-rendering-view__content {
height: 100%;
max-height: 100%;
overflow-y: auto;
}