Skip to content

Commit

Permalink
allows view data pop-up to change dynamically in size
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 5, 2019
1 parent 7fee018 commit 6538da3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/components/Viz/Options.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
}

.options-dialog {
max-width: calc(100% - 50px);
min-width: 400px;
width: auto;
& .close-button {
position: absolute;
right: 5px;
Expand Down Expand Up @@ -236,7 +239,8 @@
}
}
& .table {
height: 250px;
height: auto;
max-height: calc(100vh - 200px);
overflow-x: scroll;
width: 100%;
& .bp-table-container {
Expand Down

0 comments on commit 6538da3

Please sign in to comment.