Closed julianfresco closed 8 years ago
It was discovered that the need for setting the height
and max-height
was only applicable in an app that had set the following:
In yourApp.css:
.broen-page {
overflow: auto;
}
Thus, not fixing unless there is a future need.
BTW, the application using the above setting was an attempt to fix issue #17 Fixed size block elements scroll off page
Observed in a view with very long height (renders height >15,000px), the
.broen-page
can observe an unusually large height and lose the scrollbar (tested on Chrome on Mac OSX)Suggestion: In
src/styles/_broen.scss
, add 100% value to all 3 height limits: