JustifyGrid icon indicating copy to clipboard operation
JustifyGrid copied to clipboard

manage heights of grid?

Open jots opened this issue 11 years ago • 1 comments

JustifyGrid looks awesome! question: Is there a way to deal with heights and vertical centering using it without resorting to javascript? here is my problem: http://jsbin.com/udevav/1/edit

jots avatar Jul 30 '13 02:07 jots

That's probably not that easy to do, you can use height: calc(100% - 60px); (60px is height of header and footer together in this case) but browser support sucks and you'd want it on min-height which doesn't seem to work.

CrocoDillon avatar Aug 15 '13 16:08 CrocoDillon