Kapitel {{ screen.nr }} / {{ screen.von }}
{{ screen.kap.titel }}
diff --git a/frontend/src/style.css b/frontend/src/style.css
index 64212b7..537c9dd 100644
--- a/frontend/src/style.css
+++ b/frontend/src/style.css
@@ -302,7 +302,8 @@ table.kennzahlen th { color: var(--dim); }
background: var(--karte); color: var(--text); cursor: pointer; font-size: 14px;
}
.lm-fuss button:disabled { opacity: 0.4; cursor: default; }
-.lm-buehne { flex: 1; overflow-y: auto; } /* Block-Scroll: Padding am Ende bleibt erhalten */
+.lm-buehne { flex: 1; overflow-y: auto; scrollbar-width: none; } /* Block-Scroll: Padding am Ende bleibt erhalten */
+.lm-buehne::-webkit-scrollbar { display: none; } /* Scrollbalken unsichtbar, Scrollen bleibt */
.lm-screen {
width: 100%; max-width: 760px; margin: 0 auto; padding: 40px 24px 96px;
font-family: 'Inter Variable', system-ui, sans-serif; /* Lesetypografie wie im Guide */