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

Description and Project overlaps in Breeze #1415

Closed
lise-toggl opened this issue May 16, 2019 · 1 comment
Closed

Description and Project overlaps in Breeze #1415

lise-toggl opened this issue May 16, 2019 · 1 comment

Comments

@lise-toggl
Copy link
Contributor

  • OS version: Windows 10
  • Browser version: Chrome 74
  • Extension version: 1.35.4

Relevant integration (if any):

Breeze (breeze.pm)

🐛 Describe the bug

After clicking Start timer, the Toggl popup's description and project fields overlap:

97053972

Expected behaviour

The fields should not overlap:

97054363

Steps to reproduce

  1. Login to breeze.pm
  2. Open any task
  3. Press "Start timer"

Other details or context

It is caused by the absolute positioning on the Toggl Button's class, .toggl-button.breeze in the styles file.

Changing this to relative fixes the issue.

@lise-toggl lise-toggl added the bug label May 16, 2019
tcrammond added a commit that referenced this issue May 22, 2019
…tyles

The content popup layout would overlap when position absolute was applied to the button (coming from integration CSS). Added css rules to ensure it remains not-absolutely positioned. Closes #1415.
toggl-button-bot added a commit that referenced this issue May 24, 2019
## [1.36.2](1.36.1...1.36.2) (2019-05-24)

### Bug Fixes

* **popup:** Fix content popup layout breaking due to leaking button styles ([de22c4e](de22c4e)), closes [#1415](#1415)
* **rememberthemilk:** Fix errors and conform to styleguide in RememberTheMilk ([f269344](f269344))
@toggl-button-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 1.36.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants