Schulbuch: Scrollbar-Fix (design-system.css sperrt body-Scroll)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,8 @@ $KAPITEL = [
|
||||
<title>📖 Schulbuch · GeoGraSim</title>
|
||||
<link rel="stylesheet" href="<?= $bp ?>/assets/css/design-system.css">
|
||||
<style>
|
||||
/* design-system.css sperrt body-Scroll (App-Layout) – Buch braucht Scroll */
|
||||
html, body { overflow: auto !important; height: auto !important; }
|
||||
body { background: #edeae0; margin: 0; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; color: #2f3e46; }
|
||||
.b-wrap { max-width: 880px; margin: 0 auto; padding: 26px 14px 80px; }
|
||||
h1 { font-size: 30px; margin: 0 0 4px; }
|
||||
|
||||
Reference in New Issue
Block a user