Removed Page Transition for now.

This commit is contained in:
2018-10-23 17:27:48 +11:00
parent b4a113e046
commit 5f37dc3194
5 changed files with 26 additions and 55 deletions

View File

@ -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 {}

View File

@ -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 {}