250x250
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 | 31 |
Tags
- node.js
- built in object
- tailwindcss
- typeScript
- evm
- Props
- solidity
- 삶
- graphQL
- nextJS
- hardhat
- error
- bitcoin
- 기준
- CLASS
- API
- useState
- HTML
- express.js
- JavaScript
- middleware
- blockchain
- Interface
- concept
- Ethereum
- SSR
- REACT
- CSS
- web
- Redux
Archives
- Today
- Total
ReasonJun
Tailwindcss : justify-center and Accordian height Problem 본문
Frontend/Tailwindcss
Tailwindcss : justify-center and Accordian height Problem
ReasonJun 2024. 2. 21. 18:48728x90
Problem :
In the CSS code surrounding the outermost tag as shown below, justify-center provided a problem with height when accordian was activated.
When justify-center is applied in h-screen, the top component is cut off when Accordian, which provides dynamic height, is activated.
Solution :
When justify-center was removed, the height value was modified based on the content, and no components were cut off even when Accordian was activated.
728x90
'Frontend > Tailwindcss' 카테고리의 다른 글
Tailwindcss : Carousel Dynamic width control (2) | 2024.10.15 |
---|---|
Tailwindcss : twMerge, clsx (0) | 2023.11.01 |
Comments