thank you for the template!! 💗
for anyone who wants to hide the scrollbar, add this into the .passage class in story stylesheet:
.passage {
scrollbar-width: none;
-ms-overflow-style: none;
}