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
- flutter android 폴더
- flutter widget
- 발로란트 api dart
- generate parentheses dart
- 롤 api dart
- lol api dart
- flutter ios 폴더
- riot api dart
- valorant api dart
- dart.dev
- tft api dart
- dart new 키워드
- dart
- AnimationController
- swift concurrency
- keychain error
- flutter
- 파이썬
- docker overview
- Architectural overview
- 롤토체스 api dart
- 파이썬 부동소수점
- dart new
- com.google.GIDSignIn
- leetcode dart
- PlatformException(sign_in_failed
- swift 동시성
- flutter statefulwidget
- widget
- flutter bloc
Archives
- Today
- Total
Coaspe
Ollim 개발기 4 본문
1. FC (Functional Component)에 대해
2. cursor focus
cursor focus는 mousedown 될 때 변화한다. click 할 때 변화하는 것이 아니다.
mousedown -> mouseup -> click
그렇기 때문에 버튼을 눌렀을 때 text의 focus를 잃고 싶지 않다면 onmousedown에서 preventDefault를 해야한다.
3. position: sticky
sticky는 상위 부모 엘리먼트 중 scroll이 있거나 scroll에 대한 css 특성을 갖는 부모를 기준으로 움직인다.
body를 기준으로 움직이지 않는다면, sticky를 설정한 엘리먼트의 부모들의 scroll에 대한 설정을 잘 확인해보자.
https://developer.mozilla.org/ko/docs/Web/CSS/position
'Web > Project - Oliim' 카테고리의 다른 글
Ollim 개발기 7 (0) | 2022.03.25 |
---|---|
Ollim 개발기 6 (0) | 2022.03.13 |
Ollim 개발기 5 (0) | 2022.03.10 |
Ollim 개발기 3 (0) | 2022.02.15 |
Ollim 개발기 - 2 (0) | 2022.02.11 |
Comments