jellyfish-web/src/components/lazyloader/lazyedgehack.css
2020-01-25 11:35:33 +01:00

5 lines
132 B
CSS

.lazy {
/* In edge, intersection observer will not fire on 0px sized elements */
min-width: 0.1em;
min-height: 0.1em;
}