Skip to content

max-height

max-height 속성에 대한 유틸리티입니다.

요소의 최대 높이를 설정합니다.

클래스약어 클래스속성
max-height:0max-h:0max-height: var(--height-0) !important; /* 0px */
max-height:1max-h:1max-height: var(--height-1) !important; /* 50px */
max-height:2max-h:2max-height: var(--height-2) !important; /* 100px */
max-height:3max-h:3max-height: var(--height-3) !important; /* 150px */
max-height:4max-h:4max-height: var(--height-4) !important; /* 200px */
max-height:5max-h:5max-height: var(--height-5) !important; /* 250px */
max-height:6max-h:6max-height: var(--height-6) !important; /* 300px */
max-height:7max-h:7max-height: var(--height-7) !important; /* 350px */
max-height:8max-h:8max-height: var(--height-8) !important; /* 400px */
max-height:9max-h:9max-height: var(--height-9) !important; /* 450px */
max-height:10max-h:10max-height: var(--height-10) !important; /* 500px */
max-height:100pmax-h:100pmax-height: 100% !important;
max-height:100vhmax-h:100vhmax-height: 100vh !important;
max-height:100svhmax-h:100svhmax-height: 100svh !important;
max-height:100lvhmax-h:100lvhmax-height: 100lvh !important;
max-height:100dvhmax-h:100dvhmax-height: 100dvh !important;
max-height:min-content
max-height:min
max-h:min-content
max-h:min
max-height: min-content !important;
max-height:max-content
max-height:max
max-h:max-content
max-h:max
max-height: max-content !important;
max-height:fit-content
max-height:fit
max-h:fit-content
max-h:fit
max-height: fit-content !important;

기본 높이값 var(--height) 설정과 관련된 내용은 여기를 참고해주세요.