Поправил отображение диалога

This commit is contained in:
Artem VV 2023-05-25 01:44:51 +07:00
parent 98fca646c4
commit d1ca801d03

View file

@ -284,6 +284,10 @@ const userIsCreator = await isUserChatCreator(user.id, chat.chat.id);
overflow: hidden;
overflow-y: scroll;
}
[aria-hidden=true] {
display: none;
}
</style>
<link rel="stylesheet" href="/assets/css/hystmodal.min.css" />