diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index 1325bb15a..1fc42e4e9 100644 --- a/less/navs.less +++ b/less/navs.less @@ -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 |
