Skip to content

Commit

Permalink
[Design] 팀 보드 화면 크기 조절했을 때 스크롤 X
Browse files Browse the repository at this point in the history
팀 보드에서 화면 크기를 조절했을 때 스크롤이 생기지 않게 하였습니다.
  • Loading branch information
LeeMir committed Dec 4, 2021
1 parent f262ea9 commit b8dbe95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/templates/BoardTemplate/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import styled from 'styled-components';

export const Layout = styled.div`
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
`;

0 comments on commit b8dbe95

Please sign in to comment.