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

이미지가 세로 길이가 화면을 초과할 경우 하단이 잘리는 현상 발생 #1

Open
kimkyeseung opened this issue Apr 11, 2019 · 0 comments
Labels
problem work but not my intention or problem of style or display

Comments

@kimkyeseung
Copy link
Owner

.display {
  display: flex;
  width: calc(100% - 320px);
  height: 100%;
  background: gray;
  position: fixed;
  align-items: center;
  justify-content: center;
}

flex의 align-items 속성이 문제를 일이키는 것으로 추정

@kimkyeseung kimkyeseung added the problem work but not my intention or problem of style or display label Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem work but not my intention or problem of style or display
Projects
None yet
Development

No branches or pull requests

1 participant