[Visibility] Wrong minimum height set for placeholder element #296
Labels
lang/javascript
Anything involving JavaScript
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Bug Report
Description
When a
.ui.segment
is made fixed using the visibility API, a placeholder element is createdExpected result
The placeholder element should have the same height of the "fixed" element
Actual result
The placeholder element has a
min-height: 18em
CSS property which makes it a lot taller then needed in the majority of casesTestcase
https://jsfiddle.net/m97k6rqw/1/
Version
2.6.4
The text was updated successfully, but these errors were encountered: