Skip to content

scroll-behavior

scroll-behavior 속성에 대한 유틸리티입니다.

페이지 내에서의 이동이나 CSSOM scrolling APIs에 의해 스크롤링이 발생할 때 스크롤링 박스의 동작을 설정합니다.

클래스약어 클래스속성
scroll-behavior:autoscrl-behavior:auto
scrl-behav:auto
scroll-behavior: auto !important;
scroll-behavior:smoothscrl-behavior:smooth
scrl-behav:smooth
scroll-behavior: smooth !important;
scroll-behavior:inheritscrl-behavior:inherit
scrl-behav:inherit
scroll-behavior: inherit !important;
scroll-behavior:initialscrl-behavior:initial
scrl-behav:initial
scroll-behavior: initial !important;
scroll-behavior:unsetscrl-behavior:unset
scrl-behav:unset
scroll-behavior: unset !important;