diff options
| author | makitso <makitso@gmail.com> | 2017-08-25 06:22:33 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2017-08-25 06:22:33 -0700 |
| commit | 67705963ed0d719e9c691468f78694f515b889ef (patch) | |
| tree | a5afca449124dc047a93cec4e5e43bbcbd519a7a /themes/minimal | |
| parent | 328194009f16793825967da932dfd600e3005d6e (diff) | |
| download | webtrees-67705963ed0d719e9c691468f78694f515b889ef.tar.gz webtrees-67705963ed0d719e9c691468f78694f515b889ef.tar.bz2 webtrees-67705963ed0d719e9c691468f78694f515b889ef.zip | |
Pedigree chart on My Page block overflow for Minimal theme
Diffstat (limited to 'themes/minimal')
| -rwxr-xr-x | themes/minimal/css-2.0.0/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/minimal/css-2.0.0/style.css b/themes/minimal/css-2.0.0/style.css index dd956e1f15..3941790026 100755 --- a/themes/minimal/css-2.0.0/style.css +++ b/themes/minimal/css-2.0.0/style.css @@ -252,6 +252,10 @@ table { background-color: #fff; } +.wt-block-content { + overflow: auto; +} + /* * Edit genealogy data page * |
