I have a calendar mobile webapp in which I am using jQuery Mobile Grid. Within any Cell there is another grid which might contain up to three different blocks representing a schedule. In order for these blocks to expand to the whole parent cell I use the display:flex property.I have a calendar mobile webapp in which I am u