Sugarcube 2.11.0
How would I disable the 'backwards' button on my Game Over passage? And is it advisable?
[EDIT] I've no doubt this is an utter mess of a solution, but until someone can show me the 'correct' way, it will have to do.
When the player dies, everything but the Saves and Restart links are disabled, and here's how I did it.
Gave the Game Over passage the tag
restart
Then in my CSS I added:
body.restart #menu-story, body.restart #ui-bar-toggle::before { display: none; visibility: hidden; }