Jump to content
Search Community

Guillaume Ducuing

Members
  • Posts

    2
  • Joined

  • Last visited

Community Answers

  1. Guillaume Ducuing's post in ScrollTrigger issue : Pin doesn't work | NextJS 13.5.6 was marked as the answer   
    Hello, thank you for your answers. Indeed I should have cleaned the css before posting... I finally found the solution, I had left a mixin in my globals scss which was preventing it from working properly:
    @mixin containerInit($containerName: section, $containerType: inline-size) { container-type: #{$containerType}; container-name: #{$containerName}; } section, header, footer { &:not(.customContainer) { @include containerInit(); } } Thank you for all your advice and also for the Stackblitz starter templates, next time I will use them !

×
×
  • Create New...