fix(app): broken scroll in message list popouts (#49)

This commit is contained in:
hampus-fluxer
2026-01-06 04:18:38 +01:00
committed by GitHub
parent 00fcf59120
commit 21e489638b
10 changed files with 37 additions and 15 deletions

View File

@@ -24,6 +24,7 @@
min-height: 0;
min-width: 0;
height: 100%;
max-height: inherit;
flex: 1 1 0%;
padding-inline-end: var(--scroller-track-size);
}
@@ -34,6 +35,7 @@
min-height: 0;
min-width: 0;
height: 100%;
max-height: inherit;
flex: 1 1 0%;
overscroll-behavior: contain;
overflow-anchor: none;
@@ -115,9 +117,7 @@
.scrollerChildren {
display: flex;
flex: 1 1 0%;
flex-direction: column;
min-height: 0;
min-width: 0;
}