fix: zwei Scrollbalken weg
All checks were successful
Deploy bericht / deploy (push) Successful in 1s
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:
parent
0dc3f46817
commit
e730495089
1 changed files with 1 additions and 2 deletions
|
|
@ -62,7 +62,6 @@
|
||||||
border: 1px solid var(--colorboxbordertitle1, transparent);
|
border: 1px solid var(--colorboxbordertitle1, transparent);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
min-height: 80vh;
|
|
||||||
display: flex; flex-direction: column;
|
display: flex; flex-direction: column;
|
||||||
}
|
}
|
||||||
.bericht-toolbar {
|
.bericht-toolbar {
|
||||||
|
|
@ -102,7 +101,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.bericht-canvas-wrap {
|
.bericht-canvas-wrap {
|
||||||
flex: 1; position: relative; overflow: auto;
|
position: relative;
|
||||||
background: var(--colorbackvmenu1, #444);
|
background: var(--colorbackvmenu1, #444);
|
||||||
padding: 10px; border-radius: 4px;
|
padding: 10px; border-radius: 4px;
|
||||||
display: flex; align-items: flex-start; justify-content: center;
|
display: flex; align-items: flex-start; justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue