diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-24 19:26:32 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-24 19:26:32 +0000 |
| commit | 2bca43d506cef568569094f373e533de81064e17 (patch) | |
| tree | f2f698c208478948a99447647031d18a5c8253f6 /themes/clouds/css-1.7.0/style.css | |
| parent | e3206a3ebb7c5eaf0ba30a135a0290861411eb6f (diff) | |
| download | webtrees-2bca43d506cef568569094f373e533de81064e17.tar.gz webtrees-2bca43d506cef568569094f373e533de81064e17.tar.bz2 webtrees-2bca43d506cef568569094f373e533de81064e17.zip | |
Fix #349 - scrollbars on autocomplete container
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 7d9b29f84c..dc5bcb986d 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -880,7 +880,8 @@ a.showit:hover > span { list-style: none outside none; margin: 0; max-height: 200px; - overflow-y: auto; + overflow-x: hidden; + overflow-y: scroll; } .ui-autocomplete li { |
