Skip to content
Snippets Groups Projects
Commit 5337f2e1 authored by Sebastian Mohr's avatar Sebastian Mohr
Browse files

Scrollbar was hidden on generic pages.

parent 0fc73c99
Branches
Tags
No related merge requests found
Pipeline #561587 passed
......@@ -6,7 +6,7 @@ import UpdateNotification from "components/common/UpdateNotification";
export default function BookBrowser() {
return (
<div className="container" style={{ height: "100%" }}>
<div className="container">
<UpdateNotification />
<AddToHomeScreen />
<BooksBrowser rootFolderId={"root"} />
......
......@@ -52,7 +52,7 @@ $padding: 1rem;
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
overflow: auto;
height: 100%;
margin-bottom: -1.5rem;
padding-inline: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment