Skip to content

Commit

Permalink
Increase max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
gogdzl committed Apr 22, 2024
1 parent fc6df9e commit d7870c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

.dataviews-wrapper {
overflow-y: auto;
max-height: calc(100vh - 260px);
max-height: calc(100vh - 210px);
}

}
Expand Down

0 comments on commit d7870c7

Please sign in to comment.