From 06aac3d5521017013f133fb599f85cb22003c466 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sat, 31 May 2025 04:12:24 +0700 Subject: [PATCH] fix --- src/components/GameWindow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GameWindow.vue b/src/components/GameWindow.vue index cb19ee5..e738ba0 100644 --- a/src/components/GameWindow.vue +++ b/src/components/GameWindow.vue @@ -270,7 +270,7 @@ body { } .messages-block { - height: calc(100dvh - 140px - 50px); + height: calc(100dvh - 140px - 60px); overflow-y: auto; scrollbar-width: none; }