B2B & combo height

This commit is contained in:
Adrien MALINGREY 2023-04-21 23:58:25 +02:00
parent 1bcfbc39a6
commit 1fcd1c08d7

View File

@ -129,7 +129,7 @@ div.show-level-animation {
80% { 80% {
opacity: 1; opacity: 1;
transform: scale3d(1, 1, 1) translateY(0); transform: scale3d(1, 1, 1) translateY(0);
height: 2rem; height: 100%;
} }
to { to {
opacity: 0; opacity: 0;
@ -151,7 +151,7 @@ div.show-level-animation {
80% { 80% {
opacity: 1; opacity: 1;
transform: scale3d(1, 1, 1) translateY(0); transform: scale3d(1, 1, 1) translateY(0);
height: 2rem; height: 100%;
} }
to { to {
opacity: 0; opacity: 0;