FIX: retention reminder is absolute and needs relative parent (#18913)

This commit is contained in:
Joffrey JAFFEUX 2022-11-07 19:10:09 +01:00 committed by GitHub
parent 3174e8e60f
commit e0edfa9345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ $float-height: 530px;
flex-direction: column;
width: 100%;
min-height: 1px;
position: relative;
.chat-messages-scroll {
flex-grow: 1;