Skip to content
Snippets Groups Projects
  1. Oct 02, 2024
  2. Oct 01, 2024
  3. Sep 30, 2024
  4. Sep 29, 2024
  5. Sep 27, 2024
  6. Sep 25, 2024
  7. Sep 22, 2024
    • Liliana Sanfilippo's avatar
      if (scrollToId) { · 5af63edc
      Liliana Sanfilippo authored
                  const element = document.getElementById(scrollToId);
                  if (element) {
                      const viewportHeight = window.innerHeight;
                      const targetPosition = element.getBoundingClientRect().top + window.pageYOffset;
                      const scrollToPosition = targetPosition - viewportHeight / 2 + element.clientHeight / 2;
                      window.scrollTo({ top: scrollToPosition, behavior: "smooth" });
                  }
              }
      5af63edc
    • Liliana Sanfilippo's avatar
      moved data · 8b1116c0
      Liliana Sanfilippo authored
      8b1116c0
    • Liliana Sanfilippo's avatar
      symptoms etc collapsible fix · 88a865d1
      Liliana Sanfilippo authored
      88a865d1
  8. Sep 18, 2024
  9. Sep 15, 2024
  10. Sep 11, 2024
  11. Aug 05, 2024
  12. Jul 20, 2024
  13. Jul 18, 2024
Loading