Add smooth-scrolling

This commit is contained in:
Helen Chong 2024-04-15 21:08:21 +08:00
parent 4c1a80b79e
commit 3361778c66
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ textarea:not([rows]) {
/* ------------------- */ /* ------------------- */
/* General Styles */ /* General Styles */
html:focus-within {
scroll-behavior: smooth;
}
body { body {
display: flex; display: flex;
align-items: center; align-items: center;