Skip to content

Commit

Permalink
Merge pull request #1419 from cvisionai/rc/1.1.3
Browse files Browse the repository at this point in the history
rc/1.1.3
  • Loading branch information
jrtcppv authored Sep 8, 2023
2 parents 8a40004 + 5b05cc8 commit ae51d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/packages/tator-js
6 changes: 4 additions & 2 deletions ui/src/css/components/_modal.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
.modal-wrap {
align-items: flex-start;
left: 0;
margin: 15vh auto;
margin: auto;
display: none;
opacity: 0;
visibility: hidden;
pointer-events: none;
position: fixed;
right: 0;
top: 50px;
top: 20px;
bottom: 20px;
transform: scale(0.95);
transition-duration: 0.25s;
transition-property: transform, opacity;
Expand All @@ -25,6 +26,7 @@
width: 790px;
}
overflow: auto;
max-height: calc(100vh - 50px);
}

.modal-wide {
Expand Down

0 comments on commit ae51d6a

Please sign in to comment.