Prevents overflow during tabs transition.
This commit is contained in:
parent
05e4dfa8fc
commit
de9e026135
|
@ -556,8 +556,8 @@
|
|||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
overflow-x: hidden !important;
|
||||
.b-tabs {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue