forest-express-sequelize icon indicating copy to clipboard operation
forest-express-sequelize copied to clipboard

Height Truncated in View Content

Open davidpanzarella opened this issue 3 years ago • 0 comments

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;
}

davidpanzarella avatar Jan 10 '22 20:01 davidpanzarella