You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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.
Relevant integration (if any):
Breeze (breeze.pm)
🐛 Describe the bug
After clicking Start timer, the Toggl popup's description and project fields overlap:
Expected behaviour
The fields should not overlap:
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: