Image
Code

Fork of Books with Pages

KamilPodsiadlo

Last edited Jul 21, 2021
Created on Jul 21, 2021
Forked from Books with Pages

A fork of @leorawe: Books with Pages that shows how to get rid of the scroll bars.

The following CSS was added to the body section:

  margin: 0px;
  overflow: hidden;
MIT Licensed