일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- React 18 Nextjs
- CSS
- react
- React 고급 안내서
- Javascript
- Next13
- RTK Query
- background: url
- hook
- React 18
- 고급안내서
- React18
- background setInterval
- background tab
- Programmers
- background setttimeout
- Babel
- getUTCDate
- context
- Nextjs React 18
- next13 head
- React 고급안내서
- Nextjs
- React 공식문서
- react-helmet
- notFound()
- codingtest
- React API 참고서
- react hook
- Render Props
Archives
- Today
- Total
akjfal
Material-ui makeStyle float해제 or content가 제대로 적용 안되는 현상 본문
div의 float를 해제하려고
header: {
"&::after": {
display: "block",
clear: "both",
content: "",
},
},
위 코드를 작성했는데 정상적으로 작동하지 않았다.
해결방법은 content의 ""를 ''로 한번감싸주면 문제가 해결된다.
참고
https://stackoverflow.com/questions/53768260/css-pseudo-selectors-with-material-ui
'react' 카테고리의 다른 글
Next13을 사용하며(2023.08 ver) (1) | 2023.12.03 |
---|---|
nextjs와 pino를 이용한 로그 처리 및 로그 파일 저장 (0) | 2022.07.12 |
프로젝트 웹사이트 최적화 (0) | 2021.07.29 |
Comments