diff options
| author | makitso <makitso@gmail.com> | 2015-02-21 16:27:59 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-02-21 16:27:59 -0600 |
| commit | 6496b71fcb9faf6e489a1b47047d037954c5fd8b (patch) | |
| tree | eb11cee7d2268f94b4868143e473b72d550fd22a /themes/fab | |
| parent | f306643cddf12841dd71da34cd18f91bd91b60e6 (diff) | |
| download | webtrees-6496b71fcb9faf6e489a1b47047d037954c5fd8b.tar.gz webtrees-6496b71fcb9faf6e489a1b47047d037954c5fd8b.tar.bz2 webtrees-6496b71fcb9faf6e489a1b47047d037954c5fd8b.zip | |
Fix #450 - scrollbars in FAB and Minimal
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index 346cc7c3aa..c15c370603 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -2377,7 +2377,7 @@ dd .deletelink { padding-bottom: 0; margin-bottom: 0; width: 98%; - overflow: auto; + overflow: visible; } [dir=rtl] #tabs { |
