From 01fce8116f5eeba8bf599c03574b58b4542c1596 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sun, 9 Apr 2023 19:33:28 +0300 Subject: [PATCH] Fix caption spinner causing a bouncing scrollbar --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index e173dc4b8..33eac7f02 100644 --- a/public/style.css +++ b/public/style.css @@ -234,6 +234,7 @@ code { background-position: center; display: flex; flex-direction: row; + overflow: hidden; } #send_but {