diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-10-30 21:46:31 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-10-30 21:46:42 +0000 |
| commit | 45831e7f5d14db8743af3d56a38fa912b3c7dbb2 (patch) | |
| tree | 1874e0c90423a7914b024d341a6fcd711035a6cb /themes/_common/css-2.0.0/style.css | |
| parent | 025d34a3b8d8d32ea6f6a6e16d55fac42d5ebd86 (diff) | |
| download | webtrees-45831e7f5d14db8743af3d56a38fa912b3c7dbb2.tar.gz webtrees-45831e7f5d14db8743af3d56a38fa912b3c7dbb2.tar.bz2 webtrees-45831e7f5d14db8743af3d56a38fa912b3c7dbb2.zip | |
Fix: #1451 content such as menus needs to overflow blocks
Diffstat (limited to 'themes/_common/css-2.0.0/style.css')
| -rwxr-xr-x | themes/_common/css-2.0.0/style.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/_common/css-2.0.0/style.css b/themes/_common/css-2.0.0/style.css index be559b86ca..e741cfd467 100755 --- a/themes/_common/css-2.0.0/style.css +++ b/themes/_common/css-2.0.0/style.css @@ -177,10 +177,6 @@ * +---wt-block-content, wt-block-content-XXX */ -.wt-block-content { - overflow: auto; -} - /* my page chart enhancements */ .wt-block-content-charts { display: flex; @@ -196,10 +192,6 @@ flex-flow: row; } - - - - /* * Any element that is loaded dynamically has the class wt-ajax-load. * We can provide a "loading" placeholder for empty elements with this class. |
