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 |
Tags
- 스크롤 이벤트
- 아이오닉 스크롤 이벤트
- ajax 사용 예시
- Angular Router
- egov spring ajax 사용 예시
- Oracle LISTAGG 사용 예시
- angular modal
- Ionic modal
- formgroup
- flex-1
- prisma
- 모달
- modal
- mysql if
- 스크롤 이벤트 감지
- Router
- angular route
- 셀렉트박스 커스텀
- 앵귤러 애니메이션
- 옵저버블
- 검색
- 호버
- ApexChart
- TAILWIND
- angular button
- scroll
- route
- angular animation
- summary
- 앵귤러 모달
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 |