Change tab style for ripple to work with Tabs (#1519)

* Change tab style for ripple to work

Changing element position to relative and overflow hidden.

* Changing CSS props order
old
Osmel Mora 2017-08-02 12:28:39 -04:00 committed by Javi Velasco
parent 736f23eaa5
commit cd6a130bac
1 changed files with 2 additions and 0 deletions

View File

@ -103,7 +103,9 @@
.tab {
display: flex;
flex-direction: column;
overflow: hidden;
padding: var(--tab-label-v-padding) var(--tab-label-h-padding);
position: relative;
&:not(.active) {
display: none;