diff options
author | friendica <info@friendica.com> | 2012-02-26 01:20:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-26 01:20:43 -0800 |
commit | fb8675f3494b0f5e0b98d422f0cb3f6e8f410c4a (patch) | |
tree | f2774a8c2dffba49bd79908f1f1930ec2772c518 /view | |
parent | 484426d3e229da01c31718dcc0041822f32e1f9e (diff) | |
download | volse-hubzilla-fb8675f3494b0f5e0b98d422f0cb3f6e8f410c4a.tar.gz volse-hubzilla-fb8675f3494b0f5e0b98d422f0cb3f6e8f410c4a.tar.bz2 volse-hubzilla-fb8675f3494b0f5e0b98d422f0cb3f6e8f410c4a.zip |
jumping divs with no scrolling
Diffstat (limited to 'view')
-rwxr-xr-x | view/theme/darkzero-NS/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index a2405a763..047381a92 100755 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -91,7 +91,7 @@ input#dfrn-url { .wall-item-content { max-height: 20000px; - overflow: inherit; + overflow: none; } blockquote { background: #ddd; |