feat(GlTooltip): add custom global container selector
This change allows us to use a custom container for tooltips instead of <body> by default. This is important to mitigate layout recalculations that happen each time we append a new tooltip as the last element on the <body>. Using custom container will not cause severe style recalculations as the <body> element does.
Loading
-
mentioned in commit 7f749162
-
mentioned in merge request gitlab-org/editor-extensions/gitlab-jetbrains-plugin!1613 (merged)
-
mentioned in merge request status-page!903
-
mentioned in merge request gitlab!186113 (closed)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!4359 (merged)
-
mentioned in merge request gitlab-org/gitlab-services/design.gitlab.com!4360 (merged)
-
mentioned in merge request gitlab-org/frontend/playground/accessibility-scanner!67 (closed)
-
mentioned in merge request gitlab-org/frontend/pajamas-adoption-scanner!367 (merged)
-
mentioned in merge request gitlab-svgs!1125 (merged)
Please register or sign in to comment