Browse Source

fixed front pager

bach 2 years ago
parent
commit
5171cef481

+ 1 - 0
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;

+ 1 - 0
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;

+ 1 - 0
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;