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

fix(tooltip): add z-index #821

Merged
merged 1 commit into from
Feb 2, 2022
Merged

fix(tooltip): add z-index #821

merged 1 commit into from
Feb 2, 2022

Conversation

Lalaluka
Copy link
Contributor

The css Variable of the Tooltips adding the z-index is never applied. This leads to behavior described in #818

This fixes this applying it to tooltip-positioner.
Can be tested by applying this to the index.html:

<scale-tooltip
      content="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lore"
      title="Some"
  >
  <scale-icon-alert-information size="18" />
</scale-tooltip>
<scale-text-field
  size="small"
  label="Textfield"
  name="Name"
  id="FieldID"
  value="some"
/>

@nowseemee
Copy link
Collaborator

Thanks for the PR! 🎉 🎉 🎉

@nowseemee nowseemee merged commit b3773b0 into telekom:main Feb 2, 2022
@Lalaluka Lalaluka deleted the fix/tooltip.zindex branch February 2, 2022 13:02
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.

2 participants