Removed Page Transition for now.
This commit is contained in:
@ -8,14 +8,4 @@
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/03
|
||||
*/
|
||||
.c-app {
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
||||
&.is-modal-open {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
.c-app {}
|
||||
|
@ -5,10 +5,4 @@
|
||||
* Version:
|
||||
* 1.0.0 - 2018/05/07
|
||||
*/
|
||||
.c-main {
|
||||
min-height: 100vh;
|
||||
width: 100%;
|
||||
|
||||
@extend %t-flexbox;
|
||||
@include t-flex-direction(column);
|
||||
}
|
||||
.c-main {}
|
||||
|
@ -11,10 +11,7 @@
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
font-family: $s-font--stack-default;
|
||||
font-size: $s-font--size--base;
|
||||
overflow: hidden;//Really makes the transitions feel smoother
|
||||
}
|
||||
|
Reference in New Issue
Block a user