Client: fixed height

This commit is contained in:
Dmitry Sychugov 2024-08-23 19:00:31 +05:00
parent af8b2c9ab7
commit 5688118cb1

View File

@ -126,7 +126,7 @@ const RoomLogoCover = (props) => {
{isMobile() ? (
selectContainerBody
) : (
<Scrollbar ref={scrollRef} style={{ height: "400px" }}>
<Scrollbar ref={scrollRef} style={{ height: "378px" }}>
{selectContainerBody}
</Scrollbar>
)}