Bug fixing the refactor, Modals not working nor the scroll fader.
This commit is contained in:
@ -23,12 +23,12 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import Styles from './ContentBox';
|
||||
import Styles from './ContentBox.scss';
|
||||
|
||||
export default (props) => {
|
||||
let newProps = {...props};
|
||||
let { className, box } = props;
|
||||
|
||||
|
||||
delete newProps.box;
|
||||
|
||||
let clazz = "o-content-box";
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import Styles from './FloatingContentBox';
|
||||
import Styles from './FloatingContentBox.scss';
|
||||
|
||||
import ContentBox from './ContentBox';
|
||||
|
||||
|
Reference in New Issue
Block a user