fix overflow issue on tabbed content per #2079
This commit is contained in:
parent
91fe8bc0f4
commit
9c74f21966
3 changed files with 2 additions and 2 deletions
|
|
@ -260,7 +260,7 @@
|
|||
.clearfix();
|
||||
}
|
||||
.tab-content {
|
||||
overflow: hidden; // prevent content from running below tabs
|
||||
display: table; // prevent content from running below tabs
|
||||
}
|
||||
|
||||
// Remove border on bottom, left, right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue