diff --git a/less/core.less b/less/core.less index 85d6b68b2..109b722ae 100644 --- a/less/core.less +++ b/less/core.less @@ -105,6 +105,7 @@ body.fixed { .content { padding: 20px 15px; background: @body-bg; + overflow: auto; } /* Utility */ @@ -338,4 +339,4 @@ table.text-center { padding: 5px!important; width:auto!important; height:auto!important; -} \ No newline at end of file +}