diff --git a/sites/all/themes/gui/perfarttimeline/css/layout.css b/sites/all/themes/gui/perfarttimeline/css/layout.css index b917910..d938235 100644 --- a/sites/all/themes/gui/perfarttimeline/css/layout.css +++ b/sites/all/themes/gui/perfarttimeline/css/layout.css @@ -118,6 +118,7 @@ body > img { overflow-y: auto; height: 96vh; box-sizing: border-box; + padding-bottom: 3em; } #container > .inner #main #center { display: block; diff --git a/sites/all/themes/gui/perfarttimeline/css/styles.css b/sites/all/themes/gui/perfarttimeline/css/styles.css index 34a1466..2b39fbe 100644 --- a/sites/all/themes/gui/perfarttimeline/css/styles.css +++ b/sites/all/themes/gui/perfarttimeline/css/styles.css @@ -158,6 +158,7 @@ body > img { overflow-y: auto; height: 96vh; box-sizing: border-box; + padding-bottom: 3em; } #container > .inner #main #center { display: block; diff --git a/sites/all/themes/gui/perfarttimeline/less/layout.less b/sites/all/themes/gui/perfarttimeline/less/layout.less index 2472199..8b4d610 100644 --- a/sites/all/themes/gui/perfarttimeline/less/layout.less +++ b/sites/all/themes/gui/perfarttimeline/less/layout.less @@ -113,6 +113,7 @@ body>img{display: none;} overflow-y: auto; height: 96vh; box-sizing: border-box; + padding-bottom: 3em; #center{ display: block; height: auto;