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

Commit

Permalink
Merge pull request #547 from hotwax/#536-dropdown-z-index
Browse files Browse the repository at this point in the history
Improved: Z-index for dropdowns(#536)
  • Loading branch information
dt2patel authored Sep 6, 2021
2 parents d953de3 + 1788cbd commit 4a725ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ body {
--sidebar-aside-z-index: 2;
--sidebar-z-index: 2;
--bottom-navigation-height: 3.75rem;
--select-dropdown-z-index: 2;
--bar-height: 3.125rem;
--notification-font-size: var(--font-sm);
font-family: var(--font-family-secondary);
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved: Height for the micro cart on mobile (#576)



### Changed / Improved
- Improved: Z-index for dropdowns(#536)

## [1.0.4] - 04.01.2020

### Added
Expand Down

0 comments on commit 4a725ae

Please sign in to comment.