From a6733f2a20fab058a49f3d5607985f54ffdd4d8c Mon Sep 17 00:00:00 2001
From: Alf Eaton <eaton.alf@gmail.com>
Date: Thu, 23 Feb 2017 08:34:22 +0000
Subject: [PATCH] Allow the booklist to scroll

---
 app/components/BookBuilder/BookList.jsx | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app/components/BookBuilder/BookList.jsx b/app/components/BookBuilder/BookList.jsx
index ee003b1..c6b88a8 100644
--- a/app/components/BookBuilder/BookList.jsx
+++ b/app/components/BookBuilder/BookList.jsx
@@ -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
-- 
GitLab