From 634f4c4028f1becabb65451fa8309b2fa914bb88 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Fri, 19 May 2023 15:15:14 +0200 Subject: [PATCH] Allow content to scroll --- static/css/frame.css | 2 +- templates/tickets/ticket_list.haml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/frame.css b/static/css/frame.css index 5142f87527d..3b552ccedc1 100644 --- a/static/css/frame.css +++ b/static/css/frame.css @@ -208,6 +208,6 @@ temba-menu.servicing { } .spa-content { - overflow-y: clip; + overflow-y: auto; overflow-x: visible; } \ No newline at end of file diff --git a/templates/tickets/ticket_list.haml b/templates/tickets/ticket_list.haml index 18d3f488877..900fc620717 100644 --- a/templates/tickets/ticket_list.haml +++ b/templates/tickets/ticket_list.haml @@ -67,8 +67,15 @@ flex-shrink: 9999; } + .spa-container { + overflow-y: clip; + overflow-x: visible; + } + .spa-content { padding: 0; + overflow-y: clip; + overflow-x: visible; } #folder-title {