diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1e553f13a..93cf70efe 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1365,7 +1365,8 @@ footer { float: left; width: 225px; height: 260px; - overflow: auto; + overflow: hidden; + margin: 2px; } #directory-search-wrapper { |