Skip to content

Commit

Permalink
fix(ImageGallery): prevent page autoscroll on overlay open (#378)
Browse files Browse the repository at this point in the history
* fix(ImageGallery): prevent page autoscroll on overlay open

* chore: update lockfile
  • Loading branch information
emyarod authored and alisonjoseph committed Aug 28, 2019
1 parent 252f441 commit ba1f5fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 242 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $z-02: 2;
}

.in-dialog-gallery-container {
position: absolute;
position: fixed;
margin: 0;
z-index: 10000;
top: 0;
Expand Down
Loading

1 comment on commit ba1f5fb

@vercel
Copy link

@vercel vercel bot commented on ba1f5fb Aug 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.