Skip to content
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

Merged
merged 2 commits into from
Oct 7, 2024
Merged

Conversation

Largopie
Copy link
Contributor

@Largopie Largopie commented Oct 4, 2024

관련 이슈

작업 내용

  • meetingFrame 렌더 부분 flex: 1 지정

특이 사항

없어용

리뷰 요구사항 (선택)

@Largopie Largopie added 🐈 프론트엔드 프론트엔드 관련 이슈에요 :) 🐞 버그 버그가 발생했어요 :( labels Oct 4, 2024
@Largopie Largopie added this to the 6차(최종) 데모데이 milestone Oct 4, 2024
@Largopie Largopie self-assigned this Oct 4, 2024
Copy link

github-actions bot commented Oct 4, 2024

Test Results

9 tests   9 ✅  11s ⏱️
2 suites  0 💤
1 files    0 ❌

Results for commit 5088a20.

Copy link
Contributor

@hwinkr hwinkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏👏👏 사소한 UI 버그 잡아주셔서 감사합니다~

msw handler 디테일도 챙겨줬네요! 땡큐요~

Copy link
Contributor

@Yoonkyoungme Yoonkyoungme left a 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;
Copy link
Contributor

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를 삭제하였는지 궁금합니다!

Copy link
Contributor Author

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를 제거하는 쪽으로 결정했습니다!

@Largopie Largopie merged commit 71c6779 into develop Oct 7, 2024
13 checks passed
@Largopie Largopie deleted the fix/384-bottom-fixed-button branch October 7, 2024 08:36
ehBeak pushed a commit that referenced this pull request Oct 11, 2024
* rename: meetingFrame 렌더 함수 네이밍 수정

* refactor: gap 속성 추가 및 시간 선택 테이블 max-height 제거, MSW 주석 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐈 프론트엔드 프론트엔드 관련 이슈에요 :) 🐞 버그 버그가 발생했어요 :(
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FE] BottomFixedButton 버그를 수정해요 :(
3 participants