Fix chat and userlist height problem

This commit is contained in:
DianaXWiki 2023-10-28 17:21:48 +03:00
parent 5d83cf3427
commit 442d7655dc

View File

@ -26,7 +26,8 @@ body.cp-app-pad {
@media screen and (max-width: @browser_media-medium-screen){
position: absolute;
right: 0;
height: 90%;
bottom: 0;
top: 74px;
}
}