Skip to content

Commit

Permalink
fix: use height: 100% to avoid layout breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
adixon-adobe authored and Westbrook committed Aug 4, 2020
1 parent 331149d commit 1498129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/overlay/src/overlay-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class OverlayStack {
<style>
#actual {
position: relative;
height: 100%;
z-index: 0;
}
#holder {
Expand Down

0 comments on commit 1498129

Please sign in to comment.