mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
.chat-messages-scroll {
|
.chat-messages-scroll {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user