diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/navs.less b/less/navs.less index a29cb712b..0d37ea388 100644 --- a/less/navs.less +++ b/less/navs.less @@ -249,6 +249,9 @@ .tabbable { .clearfix(); } +.tab-content { + overflow: hidden; // prevent content from running below tabs +} // Remove border on bottom, left, right .tabs-below .nav-tabs, |
