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 {}
|
||||
|
Reference in New Issue
Block a user