From e371df916b24400f4f66aa52250b03c68cf354b6 Mon Sep 17 00:00:00 2001 From: Kartik Gupta Date: Tue, 30 Jul 2024 11:22:27 +0530 Subject: [PATCH] fix overflow for tab component (#10498) --- frontend/src/_styles/theme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 9b2a602390..844f87b2fc 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -2947,7 +2947,10 @@ input:focus-visible { background: var(--tblr-btn-color-clicked) !important; } +} +.jet-tabs{ + overflow-y: auto } .jet-button {