From de772e6dc9fee80b1a19cbf090cb5b4e6d22148d Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 13 Dec 2022 01:54:41 -0700 Subject: [PATCH] Fix tooltip and table header appearing on top of the navbar (z-index bug) (#10873) GitOrigin-RevId: 88f88ff5b491356df8b34bfaf97ead28da2ff451 --- services/web/frontend/stylesheets/app/plans-v2.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/services/web/frontend/stylesheets/app/plans-v2.less b/services/web/frontend/stylesheets/app/plans-v2.less index 47e9993946..51530e8aef 100644 --- a/services/web/frontend/stylesheets/app/plans-v2.less +++ b/services/web/frontend/stylesheets/app/plans-v2.less @@ -7,9 +7,6 @@ @plans-v2-highlighted-text-height-mobile: 41px; @plans-v2-learn-more-link-color: hsl(206, 100%, 52%); @plans-v2-top-switch-group-width-mobile: 46%; -@plans-v2-m-a-tooltip-arrow-z-index: 10; -@plans-v2-m-a-tooltip-z-index: 20; -@plans-v2-green-highlighted-text-z-index: 1; @plans-v2-discount-highlighted-text-z-index: 2; @plans-v2-table-sticky-header-z-index: 100; @plans-v2-table-border-radius: 20px; @@ -230,7 +227,7 @@ button.plans-v2-btn-header { border-radius: 4px; left: 100%; top: 0; - z-index: @plans-v2-m-a-tooltip-z-index; + z-index: 0; &.plans-v2-m-a-tooltip-annual-selected { .tooltip-inner { @@ -1029,7 +1026,6 @@ p.plans-v2-table-green-highlighted-text { color: @white; height: @plans-v2-highlighted-text-height-desktop; margin: 0; - z-index: @plans-v2-green-highlighted-text-z-index; @media (max-width: @screen-sm-max) { top: -1 * @plans-v2-highlighted-text-height-mobile;