diff --git a/app/assets/styles/header.css b/app/assets/styles/header.css index 4a13397..ac98542 100755 --- a/app/assets/styles/header.css +++ b/app/assets/styles/header.css @@ -8,7 +8,7 @@ color: var(--color-darkest); position: sticky; top: 0; - z-index: 1; + z-index: 100; & strong { font-size: 2em; diff --git a/app/assets/styles/priceCard.css b/app/assets/styles/priceCard.css index 1d51c4e..3d2b0e8 100755 --- a/app/assets/styles/priceCard.css +++ b/app/assets/styles/priceCard.css @@ -49,6 +49,10 @@ padding: 1rem; border-radius: var(--radius-default); + &.animated { + transition: var(--transition-default); + } + & > header { display: flex; justify-content: space-between; diff --git a/app/components/Pp/PriceCard.vue b/app/components/Pp/PriceCard.vue index 884b221..2c4e217 100755 --- a/app/components/Pp/PriceCard.vue +++ b/app/components/Pp/PriceCard.vue @@ -11,7 +11,8 @@