Skip to content

Commit

Permalink
Merge pull request #425 from adobecom/mwpw-137766-rotate-pdf-progress…
Browse files Browse the repository at this point in the history
…-screen-height

MWPW-137766  - rotate pdf progress screen widget height
  • Loading branch information
Blainegunn authored Oct 20, 2023
2 parents 2550f9e + 388ec60 commit f5032fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions acrobat/blocks/eventwrapper/eventwrapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ body.l2-state #CID div[class^='LifecycleOrganizeSettings__organizeSettings__'] {
body.l2-state.hide-content #CID div[class^='PdfnowLifecycle__lifecycle'],
body.l2-state.hide-content #CID section[class^='LifecycleOrganizeSettings__frictionlessContainer__'] {
min-height: 75vh;
height: 75vh;
}

body.l2-state.hide-content .global-footer {
Expand Down Expand Up @@ -121,7 +122,7 @@ body.l2-state div[data-section='widget'].widget-default-height {
}

body.l2-state.hide-content #CID section[class^='LifecycleOrganizeSettings__frictionlessContainer__'] {
min-height: 80vh;
min-height: 75vh;
}
}

Expand All @@ -135,7 +136,7 @@ body.l2-state div[data-section='widget'].widget-default-height {
top: unset;
}

body.l2-state.hide-content #CID div[class^='FillSign2Viewer__dropzoneWrapper'],
body.l2-state.hide-content #CID div[class^='FillSign2Viewer__dropzoneWrapper'],
body.l2-state.hide-content #CID section[class^='LifecycleOrganizeSettings__frictionlessContainer__'] {
height: 95%;
min-height: 95%;
Expand Down

0 comments on commit f5032fc

Please sign in to comment.