[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:
parent
b2c080580e
commit
f47af0f22f
|
@ -40,7 +40,7 @@
|
||||||
/* --- Flip Card --- */
|
/* --- Flip Card --- */
|
||||||
.uk-card.uk-card-flip {
|
.uk-card.uk-card-flip {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 420px;
|
height: 430px;
|
||||||
perspective: 1000px;
|
perspective: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +65,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
-webkit-backface-visibility: hidden; /* Safari */
|
-webkit-backface-visibility: hidden; /* Safari */
|
||||||
backface-visibility: hidden;
|
backface-visibility: hidden;
|
||||||
|
-webkit-transform: translate3d(0, 0, 0);
|
||||||
|
transform: translate3d(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-card.uk-card-flip .front {
|
.uk-card.uk-card-flip .front {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue