Skip to content

Commit

Permalink
fix: set maximum height to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoBouskila committed May 28, 2023
1 parent 7ba8e7a commit 6bd01fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,10 @@ a {
.data-container {
padding: var(--main-padding);
padding-bottom: 6vw;
border-radius: 25px;
max-height: 50vh;
background: #fff;
border-radius: 25px;
overflow-y: auto;
}

.data-container .evolution-tab {
Expand Down

0 comments on commit 6bd01fd

Please sign in to comment.