Skip to content

Commit

Permalink
fix no side bar modal scrolling (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Sep 21, 2020
1 parent f40ecd3 commit 54b6a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Proposal/Create/CreateProposal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
.containerNoSidebar {
width: 562px;
overflow-y: auto;
height: calc(100% - 90px);
max-height: calc(100vh - 200px);
padding: 20px 30px 30px 30px;
}

Expand Down

0 comments on commit 54b6a03

Please sign in to comment.