Skip to content

Commit

Permalink
Merge pull request #12 from concord-consortium/info-bug-fix
Browse files Browse the repository at this point in the history
Information pop-up is viewable with any window size. (PT-186025103)
  • Loading branch information
lublagg authored Oct 5, 2023
2 parents 6c4b066 + 1816708 commit 7cced4a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/information.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@
position: absolute;
width: 310px;
left: calc(50% - 155px);
top: 35px;
top: 2.5vh;
z-index: 3;

overflow: scroll;
display: flex;
flex-direction: column;
overflow-y: hidden;
background-color: white;

border: 0 solid $teal-dark;
border-radius: 6px;

max-height: 1000px;
max-height: 95vh;
border-width: 1px;
.popUpBody {
background-color: white;
Expand Down

0 comments on commit 7cced4a

Please sign in to comment.