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

PC 접속시, 1차메뉴의 오버레이 팝업이 되지 않는 경우 #19

Open
K1O2F opened this issue Nov 28, 2022 · 0 comments
Open

Comments

@K1O2F
Copy link

K1O2F commented Nov 28, 2022

반응형 레이아웃으로 브라우저의 max-width 값을 가지고 오버레이 팝업 유무를 판단하게 되는데, scss에서 max-width 값이 아닌 max-height 값을 가지고 판단하기 때문에 데스크탑 화면에서 팝업이 나오지 않게 되는 현상

수정하는 파일
layouts\rx-flextagram\components\nav\nav.scss

#92 라인 수정 @media (max-width: $mobile-w) { display: none; }

#133 라인 수정 @media (max-width: $mobile-w) { display: none; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant