Skip to content
Snippets Groups Projects
Commit a6733f2a authored by Alf Eaton's avatar Alf Eaton Committed by john
Browse files

Allow the booklist to scroll

parent 79de37a4
No related branches found
No related tags found
No related merge requests found
......@@ -47,11 +47,9 @@ export class BookList extends React.Component {
// }
return (
<div className={styles.bookList + ' bootstrap'}>
{/* FIXME: make this height: 100%, overflow: auto so it scrolls */}
<div className={styles.bookList + ' bootstrap pubsweet-component pubsweet-component-scroll'}>
<div className='container col-lg-offset-2 col-lg-8'>
{ /* FIXME: make this a fixed header */ }
<div className='col-lg-12'>
<h1 className={styles.bookTitle}>
Books
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment