From 46c4a86f525568e6b4405350d1813f6505ea22f5 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Fri, 11 Apr 2025 12:58:53 +0300 Subject: [PATCH] fix for overflow --- html/css/inbox.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/css/inbox.css b/html/css/inbox.css index 6489884..8205b50 100644 --- a/html/css/inbox.css +++ b/html/css/inbox.css @@ -277,6 +277,9 @@ a.btn:is(:hover, :focus, :active) { padding: 0; overflow: auto; } + .container-inside { + overflow: visible; + } .container-inside .block-group { flex-direction: column; margin: 0;