Skip to content

Commit 23bc637

Browse files
committed
fix: странное поведение инлайн клавиатуры в некоторых случаях
1 parent ac15eef commit 23bc637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/components/messages/chat/Keyboard.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,14 @@ export default {
213213

214214
<style>
215215
.keyboard {
216-
max-height: 40vh;
217216
padding: 8px 12px 12px 12px;
218217
user-select: none;
219218
}
220219
220+
.keyboard:not(.inline) {
221+
max-height: 40vh;
222+
}
223+
221224
/* Отображается в карусели */
222225
.keyboard.inline {
223226
padding: 0;

0 commit comments

Comments
 (0)