mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-13 17:10:06 +00:00
add make bottom anchor inline-block
This commit is contained in:
parent
f6111a7b97
commit
6f587f14a6
|
@ -1743,7 +1743,7 @@ export function RoomTimeline({ room, eventId, roomInputRef, editor }: RoomTimeli
|
|||
<DefaultPlaceholder />
|
||||
</>
|
||||
))}
|
||||
<span style={{ height: 1, width: 1 }} ref={atBottomAnchorRef} />
|
||||
<span style={{ display: 'inline-block', height: 1, width: 1 }} ref={atBottomAnchorRef} />
|
||||
</Box>
|
||||
</Scroll>
|
||||
{!atBottom && (
|
||||
|
|
Loading…
Reference in a new issue