MartinConde

Results 6 comments of MartinConde

New to all of this so please remove this comment if it’s not constructive ;) My first time using mixitup I directly went on using it with css grid and...

Just wanted to leave a quick comment for whenever you get to updating the docs. Was playing around with the morphing and first of all thank you so much was...

I've got the box-sizing set but it still cuts it off for me. Tried adding it to a blank page with no styles whatsoever to see if my own css...

Think I found the solution, adding `daySize={70}` seems to do the trick. Might have to play with the value but at least it doesn't get cut off anymore

@davidjungermann I honestly can't even remember, it's been too long. A quick search returned a few possible libraries though, unless you wanna write it yourself using the intersection observer or...

@jskrt it worked fine for me once I imported the Section etc like the following instead of like in the documentation: import {SectionsContainer, Section} from '../../node_modules/react-fullpage/index.js';