Xbozon / storyteller

A small modification that allows you to present the story in the game as an open book.
Apache License 2.0
16 stars 9 forks source link

"add new page" button is pushed below visible area when adding 15+ pages #49

Closed daved181 closed 1 year ago

daved181 commented 1 year ago

When adding to many pages the button to add more is pushed below the page and can't be clicked. I'm on version 10 build 286. Have a lot of modules installed however none that interferes with journals (to my knowledge).

bug

Xbozon commented 1 year ago

@daved181 Indeed. It's not hard to fix, I'll try in the near future.

daved181 commented 1 year ago

@Xbozon Thanks :)

daved181 commented 1 year ago

kinda fixed it myself by adding a scrollbar to pages in storyteller.css

.page{ overflow:scroll; overflow-x:hidden; }

Xbozon commented 1 year ago

@daved181 I added support for scroll in v1.0.3, please update. You can turn it on in the settings, as the design is far from perfect yet.