Skip to content

Commit

Permalink
Merge pull request #5703 from kiva/fix-sticky-basket-not-clickable
Browse files Browse the repository at this point in the history
fix: basket link z-index in sticky checkout exp
  • Loading branch information
christian14b authored Nov 20, 2024
2 parents 07166ba + 12b872c commit a9dda75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WwwFrame/TheHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
to="/basket"
v-kv-track-event="['TopNav','click-Basket']"
data-testid="header-basket"
class="tw-flex tw-justify-center tw-items-center"
class="tw-flex tw-justify-center tw-items-center tw-z-5"
>
<div class="tw-relative tw-flex tw-items-center">
<kv-user-avatar
Expand Down Expand Up @@ -1089,7 +1089,7 @@ export default {
.bubble-count {
@apply tw-bottom-0 tw-right-0 tw-absolute tw-rounded-full tw-w-2.5 tw-h-2.5 tw-text-white
tw-text-center tw-text-small tw-bg-brand tw-z-5 tw-mr-0.5 md:tw-mr-1;
tw-text-center tw-text-small tw-bg-brand tw-z-3 tw-mr-0.5 md:tw-mr-1 tw-cursor-pointer;
}
.user-avatar :deep(img),
Expand Down

0 comments on commit a9dda75

Please sign in to comment.