xxxxxxxxxx
@layer base {
html {
scroll-behavior: smooth !important;
}
}
xxxxxxxxxx
//at global.css
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
@apply scroll-smooth;
}
}
xxxxxxxxxx
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html {
@apply scroll-smooth;
}
}