From 648634c6146846e5f7ba067d2e93301e335a5d6c Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 27 May 2024 15:29:24 -0400 Subject: [PATCH] FOUR-15764: My Cases - Implement the scroll in this section --- resources/js/components/shared/FilterTable.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/js/components/shared/FilterTable.vue b/resources/js/components/shared/FilterTable.vue index 3889be6e99..c7f6215aef 100644 --- a/resources/js/components/shared/FilterTable.vue +++ b/resources/js/components/shared/FilterTable.vue @@ -282,6 +282,11 @@ export default { scrollbar-width: 8px; scrollbar-color: #6C757D; max-height: calc(100vh - 150px); + overflow: hidden; +} + +.pm-table-container:hover { + overflow: auto; } .pm-table-container th {