[Library | Trunk]: Fix scroll to top on route change

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60884 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-04-16 11:07:43 +00:00
parent b2c080580e
commit f47af0f22f
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,7 @@
/* --- Flip Card --- */
.uk-card.uk-card-flip {
background-color: transparent;
height: 420px;
height: 430px;
perspective: 1000px;
}
@ -65,7 +65,10 @@
height: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.uk-card.uk-card-flip .front {
background-color: white;
}