-
Notifications
You must be signed in to change notification settings - Fork 11
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
Set tooltip initial offscreen position #291
Set tooltip initial offscreen position #291
Conversation
ee3666c
to
dddf99e
Compare
? `transform: translate(${left}px, ${top}px) rotate(180deg); transform-origin: 16px;` | ||
: `transform: translate(${left}px, ${top}px);` | ||
? `transform: translate(${left}px, ${top}px) rotate(180deg); transform-origin: 16px !important;` | ||
: `transform: translate(${left}px, ${top}px) !important;` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to have !important
on these now to make sure they override any styles set in the CSS file
@GioSensation Thanks, updated 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the follow up! 🚀
Task/Issue URL: Autofill Release: https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/6.4.3 ## Description Updates Autofill to version [6.4.3](https://github.com/duckduckgo/duckduckgo-autofill/releases/tag/6.4.3). ## What's Changed ### Tests and Tooling - Remove manual server setup in tests by @shakyShane in duckduckgo/duckduckgo-autofill#289 - Add windows release automation by @szanto90balazs in duckduckgo/duckduckgo-autofill#272 - Fix extension release flow by @GioSensation in duckduckgo/duckduckgo-autofill#294 * Update Asana integration to include expected header by @alistairjcbrown in duckduckgo/duckduckgo-autofill#295 ### Bugfixes - Set tooltip initial offscreen position by @alistairjcbrown in duckduckgo/duckduckgo-autofill#291 - Only center tooltip on small screensizes by @alistairjcbrown in duckduckgo/duckduckgo-autofill#290 **Full Changelog**: duckduckgo/duckduckgo-autofill@6.4.1...6.4.3 ## Steps to test This release has been tested during autofill development. For smoke test steps see [this task](https://app.asana.com/0/1198964220583541/1200583647142330/f). Co-authored-by: alistairjcbrown <alistairjcbrown@users.noreply.github.com> Co-authored-by: Emanuele Feliziani <feliziani.emanuele@gmail.com>
Reviewer: @GioSensation
Asana: https://app.asana.com/0/1200930669568058/1204259127711851/f
Description
Sets the initial position of the tooltip to be far offscreen before the
hidden
attribute is removed.Steps to test