fix: zwei Scrollbalken weg
All checks were successful
Deploy bericht / deploy (push) Successful in 1s

- canvas-area: min-height 80vh entfernt (nahm immer 80% Bildschirmhöhe
  ein, auch wenn der Inhalt kleiner war)
- canvas-wrap: overflow:auto und flex:1 entfernt — kein eigener
  Scrollbalken in der Mitte mehr, der Body scrollt natürlich

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[deploy]
This commit is contained in:
Eduard Wisch 2026-04-08 16:22:45 +02:00
parent 0dc3f46817
commit e730495089

View file

@ -62,7 +62,6 @@
border: 1px solid var(--colorboxbordertitle1, transparent);
border-radius: 6px;
padding: 10px;
min-height: 80vh;
display: flex; flex-direction: column;
}
.bericht-toolbar {
@ -102,7 +101,7 @@
}
.bericht-canvas-wrap {
flex: 1; position: relative; overflow: auto;
position: relative;
background: var(--colorbackvmenu1, #444);
padding: 10px; border-radius: 4px;
display: flex; align-items: flex-start; justify-content: center;