Fixed #5690 - Tabs: Ripple Position

pull/5756/head
Mert Sincan 2024-05-08 17:01:28 +01:00
parent 6cd0591e24
commit 0d243aa756
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ const theme = ({ dt }) => `
}
.p-tab {
position: relative;
overflow: hidden;
cursor: pointer;
border-style: solid;
border-width: 0 0 1px 0;