diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-27 20:23:51 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-27 20:23:51 -0500 |
commit | 65afed116e377c5a17bd6faf278ae9b71dd5abdf (patch) | |
tree | a001918d3224a952f6406a5e9b6fbead7cc46f01 /views/default/css/admin.php | |
parent | 6a81b2478fb7cb689c3e285ba88a35f839eb1f8e (diff) | |
download | elgg-65afed116e377c5a17bd6faf278ae9b71dd5abdf.tar.gz elgg-65afed116e377c5a17bd6faf278ae9b71dd5abdf.tar.bz2 |
Fixes #3982 fixing scrolling issue with elgg-body
Diffstat (limited to 'views/default/css/admin.php')
-rw-r--r-- | views/default/css/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index c02d43512..dc1b503cb 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -138,6 +138,7 @@ p { visibility: hidden; height: 0 !important; line-height: 0; + overflow: hidden; font-size: xx-large; content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "; } |