Prevents overflow during tabs transition.

This commit is contained in:
Mateus Machado Luna 2019-08-01 17:57:27 -03:00
parent 05e4dfa8fc
commit de9e026135
1 changed files with 2 additions and 2 deletions

View File

@ -556,8 +556,8 @@
margin-left: 30px;
}
.tab-content {
overflow-x: hidden !important;
.b-tabs {
overflow: hidden !important;
}
}