Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PI-1056 fixed active zone selector not clickable bug #114

Merged
merged 2 commits into from
Mar 31, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/containers/ActiveZoneSelector/ActiveZoneSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class ActiveZoneSelector extends Component {
top: '50%',
transform: 'translateY(-50%)',
width: '200px',
marginLeft: '170px'
marginLeft: '170px',
zIndex: '1'
Copy link
Contributor

Choose a reason for hiding this comment

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

Ugh, I hate this but I don't have a better solution. Which integration is this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This only happens in multi zoned integrations but I added to general because why not. The solution is already a mess. Tested on WordPress and works fine

};

return (
Expand Down