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;