FIX: retention reminder is absolute and needs relative parent (#18913)
This commit is contained in:
parent
3174e8e60f
commit
e0edfa9345
|
@ -316,6 +316,7 @@ $float-height: 530px;
|
|||
flex-direction: column;
|
||||
width: 100%;
|
||||
min-height: 1px;
|
||||
position: relative;
|
||||
|
||||
.chat-messages-scroll {
|
||||
flex-grow: 1;
|
||||
|
|
Loading…
Reference in New Issue