next.js/test/e2e/app-dir/router-disable-smooth-scroll/fixtures/optimized-no-data/app/global.css
global.css10 lines170 B
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 300vh; /* Make it very scrollable */
  min-height: 2000px; /* Ensure minimum height for scrolling */
}
Quest for Codev2.0.0
/
SIGN IN