summaryrefslogtreecommitdiff
path: root/themes/fab/css-1.7.0/style.css
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-24 19:26:32 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-24 19:26:32 +0000
commit2bca43d506cef568569094f373e533de81064e17 (patch)
treef2f698c208478948a99447647031d18a5c8253f6 /themes/fab/css-1.7.0/style.css
parente3206a3ebb7c5eaf0ba30a135a0290861411eb6f (diff)
downloadwebtrees-2bca43d506cef568569094f373e533de81064e17.tar.gz
webtrees-2bca43d506cef568569094f373e533de81064e17.tar.bz2
webtrees-2bca43d506cef568569094f373e533de81064e17.zip
Fix #349 - scrollbars on autocomplete container
Diffstat (limited to 'themes/fab/css-1.7.0/style.css')
-rw-r--r--themes/fab/css-1.7.0/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css
index 9c57e8df63..1bf4c6d0cb 100644
--- a/themes/fab/css-1.7.0/style.css
+++ b/themes/fab/css-1.7.0/style.css
@@ -831,7 +831,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 {