Hi Vahnya! I love your Twine Templates, however I've been running into an issue with your Twine Template II. When I start a new game, black scroll bars appear on what I believe is the story interface. They aren't on the initial loading page but are there as soon as you start a game - they are on the header menu and when I open it they drop to the bottom of the menu/stay on the side. I can't describe it any better, if you need a pic or vid, message me! <3
Hi @suevi-if ! Thank you ✨ Hmm, if scroll bars appear where they shouldn't be it's possible that there is some content/element on the page that is taking up too much space, in which case I would check whether that's an error - meaning something is taking up too much space where it shouldn't (I would use Developer Tools to check that). And, depending on the situation, maybe look into changing the overflow property styling.
The overflow property controls what happens to content that is too big to fit into an area/the size of an element, and by default is set to create scroll bars when necessary. You can override this by setting the styling to hidden - which means that any content that extends beyond the width or height of the element is clipped, or visible - which means any content that extends beyond the width or height will simply be visible outside the element (rarely a good thing though)
But it could also be a browser that has some default coding for scroll bars that overrides the styling somehow?
If you need any help sorting it, just shoot me a DM ☺️










