]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/BookController.php
Adds overflow:auto to popup content to allow it to scroll in lower res.
[bookstack] / app / Http / Controllers / BookController.php
index e181aec8967285956ab5f707dc9a4fd09e326bf7..aa8f89ea493cd88f6e8e86058ab69917ad381d42 100644 (file)
@@ -46,7 +46,7 @@ class BookController extends Controller
             'books' => $books,
             'recents' => $recents,
             'popular' => $popular,
-            'new' => $new, 
+            'new' => $new,
             'booksViewType' => $booksViewType
         ]);
     }