diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-08 12:04:14 -0800 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-12-08 12:04:14 -0800 |
commit | b5bfe7b3caad828598102f3b76482c32c2bb7bab (patch) | |
tree | 845392efdcb596498b19544b5c1b4e58c640ff28 /phpBB/styles | |
parent | e379b84c7b8d70afb6c8c36f38d60ca84dacbc5e (diff) | |
parent | 6098134cc6e37cccd5039681ef192bc837addfac (diff) | |
download | forums-b5bfe7b3caad828598102f3b76482c32c2bb7bab.tar forums-b5bfe7b3caad828598102f3b76482c32c2bb7bab.tar.gz forums-b5bfe7b3caad828598102f3b76482c32c2bb7bab.tar.bz2 forums-b5bfe7b3caad828598102f3b76482c32c2bb7bab.tar.xz forums-b5bfe7b3caad828598102f3b76482c32c2bb7bab.zip |
Merge pull request #1923 from prototech/ticket/12067
[ticket/12067] Remove double scrollbar from notifications dropdown.
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index cacae74649..66ee77f60b 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -1022,6 +1022,7 @@ form > p.post-notice strong { } #notification_list .dropdown-contents { + max-height: none; padding: 0; } |