frontend > app
This commit is contained in:
11
app/components/Scrollable/Scrollable.js
Normal file
11
app/components/Scrollable/Scrollable.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Scrollable = styled.div`
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
`;
|
||||
|
||||
export default Scrollable;
|
||||
Reference in New Issue
Block a user