Skip to content

Commit

Permalink
Merge pull request #2068 from fecgov/feature/399
Browse files Browse the repository at this point in the history
feature/399 - Set feedback to fixed 95vh to match fec.gov
  • Loading branch information
mjtravers authored Jul 31, 2024
2 parents f3ef70d + f6bccd5 commit 40e62ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="anchor" [style]="{ bottom: formSubmitted ? '860px' : '830px' }" #anchor></div>
<div class="anchor" #anchor></div>
<p-overlayPanel
#op
[style]="{ width: '500px', height: formSubmitted ? '850px' : '830px' }"
[style]="{ width: '500px', height: '95vh', overflow: 'auto' }"
showTransitionOptions=".25s linear(0, 1)"
[showCloseIcon]="true"
[appendTo]="anchor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}

.anchor {
height: 0px;
bottom: 0;
height: 95vh;
right: 532px;
z-index: 1104;
position: fixed;
Expand Down

0 comments on commit 40e62ec

Please sign in to comment.