diff options
| author | makitso <makitso@gmail.com> | 2017-06-19 13:18:19 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-06-19 13:18:19 -0500 |
| commit | 826d4012085c4b655d02bd79c048387d5ad0a5a6 (patch) | |
| tree | f0a9c44a31cdafb1162d4da5e277625a0415cfd7 /themes/_common | |
| parent | 4298c19f907bf587fdd721868db0547603105d7b (diff) | |
| download | webtrees-826d4012085c4b655d02bd79c048387d5ad0a5a6.tar.gz webtrees-826d4012085c4b655d02bd79c048387d5ad0a5a6.tar.bz2 webtrees-826d4012085c4b655d02bd79c048387d5ad0a5a6.zip | |
Remove scroll from standar menus
Diffstat (limited to 'themes/_common')
| -rw-r--r-- | themes/_common/css-1.7.8/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_common/css-1.7.8/style.css b/themes/_common/css-1.7.8/style.css index e5d4cab8e6..2033f8bb97 100644 --- a/themes/_common/css-1.7.8/style.css +++ b/themes/_common/css-1.7.8/style.css @@ -327,7 +327,7 @@ /* Some menus (e.g. languages) can be longer than a page */ .dropdown-menu { - max-height: 25rem; + max-height: 35rem; overflow-x: hidden; } |
