From 0d243aa756736894da8abdeeca654df84a3e7471 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Wed, 8 May 2024 17:01:28 +0100 Subject: [PATCH] Fixed #5690 - Tabs: Ripple Position --- components/lib/tabs/style/TabsStyle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/lib/tabs/style/TabsStyle.js b/components/lib/tabs/style/TabsStyle.js index 90ce669c9..e229b43f2 100644 --- a/components/lib/tabs/style/TabsStyle.js +++ b/components/lib/tabs/style/TabsStyle.js @@ -69,6 +69,8 @@ const theme = ({ dt }) => ` } .p-tab { + position: relative; + overflow: hidden; cursor: pointer; border-style: solid; border-width: 0 0 1px 0;