|
|
@ -3,7 +3,6 @@ import React, { Component } from 'react';
|
|
|
|
import { isLocked } from 'Utilities/scrollLock';
|
|
|
|
import { isLocked } from 'Utilities/scrollLock';
|
|
|
|
import { scrollDirections } from 'Helpers/Props';
|
|
|
|
import { scrollDirections } from 'Helpers/Props';
|
|
|
|
import OverlayScroller from 'Components/Scroller/OverlayScroller';
|
|
|
|
import OverlayScroller from 'Components/Scroller/OverlayScroller';
|
|
|
|
import Scroller from 'Components/Scroller/Scroller';
|
|
|
|
|
|
|
|
import styles from './PageContentBody.css';
|
|
|
|
import styles from './PageContentBody.css';
|
|
|
|
|
|
|
|
|
|
|
|
class PageContentBody extends Component {
|
|
|
|
class PageContentBody extends Component {
|
|
|
|