Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 검색
- mysql if
- 앵귤러 모달
- 스크롤 이벤트 감지
- formgroup
- 옵저버블
- Ionic modal
- 아이오닉 스크롤 이벤트
- ApexChart
- 호버
- angular modal
- 앵귤러 애니메이션
- egov spring ajax 사용 예시
- prisma
- Angular Router
- 모달
- angular button
- route
- Router
- scroll
- 스크롤 이벤트
- Oracle LISTAGG 사용 예시
- ajax 사용 예시
- angular route
- 셀렉트박스 커스텀
- modal
- summary
- angular animation
- TAILWIND
- flex-1
Archives
- Today
- Total
깜놀하는 해므찌로
Ionic modal resize 예시 본문
반응형
SMALL
ion-modal {
--border-radius: 0.5rem;
--width: 30rem;
--height: 27rem;
}
ion-modal {
--border-radius: 8px;
--max-height: max-content;
--max-width: max-content;
--height: max-content;
--width: max-content;
--backdrop-opacity: 0.6;
--padding: 8px;
--overflow: visible;
.modal-wrapper {
height: auto;
}
.ion-page {
max-height: max-content;
}
}
ion-modal + ion-modal {
--backdrop-opacity: 0.6 !important;
}
반응형
LIST
'IT' 카테고리의 다른 글
C언어 조합공식 + 재귀함수 사용 예시 (1) | 2023.04.22 |
---|---|
C언어 재귀함수 기본 예시 (0) | 2023.04.21 |
git ssh 등록 예시 git@github.com: Permission denied (publickey). ssh keygen (0) | 2023.04.20 |
Can't bind to 'ngClass' since it isn't a known property of 해결 방법 (0) | 2023.04.20 |
Angular Ionic ion radio checked 예시 / *ngFor checked radio (0) | 2023.04.20 |