diff options
author | Cesar G <prototech91@gmail.com> | 2013-12-07 00:43:55 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-12-07 00:43:55 -0800 |
commit | 6098134cc6e37cccd5039681ef192bc837addfac (patch) | |
tree | 8615032f288853f3dddf22ddb15ed51b618cf0a3 /phpBB/styles | |
parent | 71169de8230812f2d05b87bfba42331e04663b81 (diff) | |
download | forums-6098134cc6e37cccd5039681ef192bc837addfac.tar forums-6098134cc6e37cccd5039681ef192bc837addfac.tar.gz forums-6098134cc6e37cccd5039681ef192bc837addfac.tar.bz2 forums-6098134cc6e37cccd5039681ef192bc837addfac.tar.xz forums-6098134cc6e37cccd5039681ef192bc837addfac.zip |
[ticket/12067] Remove double scrollbar from notifications dropdown.
PHPBB3-12067
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; } |