Skip to content
#

responsive-grid

Here are 114 public repositories matching this topic...

fotografitti
fotografitti commented Jan 27, 2019

In Google Chrome:
If I add data-modal-mobile-target="..." to grouped images, with the first call, (on a mobile device) it opens the lightbox. Then pressing the arrow, it shows the mobile target (so just the picture).
In Firefox it works as expected ans opens just the image and then one has to go back.

Also in Chrome I get a warning in the console: [Violation] Added non-passive event listene

ciction
ciction commented Dec 15, 2016

I'm not sure why, but the offset-s0 was being ignored and overwritten by the medium one.
I changed it to offset-s0-important but that forced me to write down the offset for all the sizes instead of just medium.
<div class="xs12 s12 offset-xs0 offset-s0-important m6 offset-m3 offset-l3 offset-xl3">
It feels wrong to add so many classes. I expected it to work without the large and xl ve

bassmartin
bassmartin commented Jun 27, 2017

When using regular spacing, no scrollbar is appearing :

ResponsiveRow row = layout.addRow().withMargin(ResponsiveRow.MarginSize.SMALL).withSpacing(true)
row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel1)
row.addColumn().withDisplayRules(12, 12, 6, 6).withComponent(panel2)

result :
<img width="754" alt="screen shot 2017-06-27 at 15 55 25" src="https://user-images

Improve this page

Add a description, image, and links to the responsive-grid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the responsive-grid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.