|
@@ -66,18 +66,18 @@ html,body{
|
|
|
|
|
|
.slide-to-next-page-enter {
|
|
|
position: fixed;
|
|
|
- top: 100vh;
|
|
|
+ top: 100%;
|
|
|
left: 0;
|
|
|
- width: 100vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.slide-to-next-page-enter-to {
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- width: 100vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.slide-to-next-page-enter-active {
|
|
@@ -88,16 +88,16 @@ html,body{
|
|
|
position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- width: 100vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.slide-to-next-page-leave-to {
|
|
|
position: fixed;
|
|
|
- top: -100vh;
|
|
|
+ top: -100%;
|
|
|
left: 0;
|
|
|
- width: 100vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.slide-to-next-page-leave-active {
|
|
@@ -135,8 +135,8 @@ html,body{
|
|
|
bottom: 0;
|
|
|
top: 0;
|
|
|
object-fit: cover;
|
|
|
- width: 100vw;
|
|
|
- height: 100vh;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
z-index: -2;
|
|
|
}
|
|
|
</style>
|