Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Fixed Bad z-index of products view tabs and search results #570 #686

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated the links of banners in product page (#445)
- Improved: code to empty the password fields when clicking the update password button ([#679] (https://github.com/vuestorefront/vsf-capybara/issues/679))
- Updated: code to make the tab index work on the authentication modals(#434)

- Fixed Bad z-index of products view tabs and search results (#570)

## [1.0.5] - 23.06.2021

Expand Down
3 changes: 3 additions & 0 deletions components/organisms/o-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ export default {
display: block;
margin: var(--spacer-xl) 0 var(--spacer-base) auto;
}
&__tabs {
--tabs-title-z-index: 0;
}
}

.section {
Expand Down