Skip to content

Fix Regression due to 'sticky drawer' feature#71

Merged
groberts314 merged 1 commit intodevfrom
feature/fix-drawer-bug
Oct 11, 2019
Merged

Fix Regression due to 'sticky drawer' feature#71
groberts314 merged 1 commit intodevfrom
feature/fix-drawer-bug

Conversation

@groberts314
Copy link
Copy Markdown
Contributor

<Drawer /> component's new positionY prop should only be set to "top" or "bottom" if the new sticky drawer behavior is desired. It must default to not being set at all. Having it default to "top" was preventing the "nested toggles" in the page mobile filters drawer from being visible, due to overflow: hidden; in the CSS for the sticky drawer.

`<Drawer />` component's new `positionY` prop should only be set to "top" or "bottom" if the new sticky drawer behavior is desired.  It must default to not being set at all.  Having it default to "top" was preventing the "nested toggles" in the page mobile filters drawer from being visible, due to `overflow: hidden;` in the CSS for the sticky drawer.
@groberts314 groberts314 merged commit db7e640 into dev Oct 11, 2019
@groberts314 groberts314 deleted the feature/fix-drawer-bug branch October 11, 2019 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant