-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FE] BottomFixedButton 버그 수정 #385
Conversation
Test Results9 tests 9 ✅ 11s ⏱️ Results for commit 5088a20. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏👏👏 사소한 UI 버그 잡아주셔서 감사합니다~
msw handler 디테일도 챙겨줬네요! 땡큐요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
낙타🐫 고생하셨습니다!
질문 한 가지 남겼는데, 확인 부탁드려요~~~
🍀행운의 approve 드립니닥!!!!🍀
@@ -10,7 +10,6 @@ export const s_container = css` | |||
export const s_relativeContainer = css` | |||
position: relative; | |||
flex: 1; | |||
max-height: fit-content; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Q]
어떤 문제가 발생해서 max-height: fit-content
를 삭제하였는지 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 s_relativeContainer의 부모 요소는 flex로 이루어져있습니다. 따라서 fit-content를 지정하더라도 flex요소 내에서 채우는 것이라 사실상 의미가 없다고 보시면 될 것 같습니다.
또한 max-height가 정해짐으로써 설정했던 flex:1은 max-height 기반으로 적용이 되는 것으로 예상되었습니다.
그래서 max-height를 제거하는 쪽으로 결정했습니다!
* rename: meetingFrame 렌더 함수 네이밍 수정 * refactor: gap 속성 추가 및 시간 선택 테이블 max-height 제거, MSW 주석 추가
관련 이슈
작업 내용
특이 사항
없어용
리뷰 요구사항 (선택)