Bug fixing the refactor, Modals not working nor the scroll fader.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import Styles from './PageBoundary';
|
||||
import Styles from './PageBoundary.scss';
|
||||
|
||||
export default (props) => {
|
||||
let newProps = { ...props };
|
||||
|
@ -7,6 +7,8 @@
|
||||
* Version:
|
||||
* 1.0.0 - 2018/10/23
|
||||
*/
|
||||
@import '~@styles/global';
|
||||
|
||||
.c-page-boundary {
|
||||
max-width: $s-screen-boundary;
|
||||
margin: 0 auto;
|
||||
|
Reference in New Issue
Block a user