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