Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

fix(Popover): Fix resizing of Popover #278

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

justinanastos
Copy link
Contributor

@justinanastos justinanastos commented Nov 23, 2020

Popovers had a known issue where resizing the viewport when a popover is already using a max-width would cause the popover to not fill the viewport's height. This got brought up when we started using dynamic content inside of a popover, which is completely plausible. This fixes the resizing issue!

📦 Published PR as canary version: 8.3.1-canary.278.6618.0

✨ Test out this PR locally via:

npm install @apollo/space-kit@8.3.1-canary.278.6618.0
# or 
yarn add @apollo/space-kit@8.3.1-canary.278.6618.0

@justinanastos justinanastos added the bug fix Increment the patch version when merged label Nov 23, 2020
@justinanastos justinanastos force-pushed the justin/popover-autosize-refactor branch from 598473e to 2a63ec0 Compare November 23, 2020 17:39
Copy link
Contributor

@timbotnik timbotnik left a comment

Choose a reason for hiding this comment

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

I tested this out in my filters PR and 🎉 it works!

@justinanastos justinanastos merged commit 6b39e0d into main Nov 24, 2020
@justinanastos justinanastos deleted the justin/popover-autosize-refactor branch November 24, 2020 16:38
@apollo-bot2
Copy link
Collaborator

🚀 PR was released in v8.3.1 🚀

@apollo-bot2 apollo-bot2 added the released This issue/pull request has been released. label Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fix Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants