Поправил отображение диалога
This commit is contained in:
parent
98fca646c4
commit
d1ca801d03
1 changed files with 4 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue