Skip to content

Commit

Permalink
Fixed #5690 - Tabs: Ripple Position
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 8, 2024
1 parent 6cd0591 commit 0d243aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/lib/tabs/style/TabsStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ const theme = ({ dt }) => `
}
.p-tab {
position: relative;
overflow: hidden;
cursor: pointer;
border-style: solid;
border-width: 0 0 1px 0;
Expand Down

0 comments on commit 0d243aa

Please sign in to comment.