Closed kirang89 closed 6 years ago
Note to self
This may be of help:
It could be that the div has no content and thus has a 0 height. Make sure the div has at least a line of something in (e.g.: lorem ipsum delors secorum) or: div.something { display: block; /* for verification */ min-height: 50px; min-width: 50px; }
This has been fixed in the recent commit.
Note to self
This may be of help: