瀏覽代碼

feat: push footer to window bottom for short pages

Remove 100% height for .parallax as conflicts with new page grid CSS and Leaflet map interactions.
George Cushen 4 年之前
父節點
當前提交
ab5b005820
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      wowchemy/assets/scss/wowchemy/_widgets.scss

+ 0 - 1
wowchemy/assets/scss/wowchemy/_widgets.scss

@@ -75,7 +75,6 @@
 
 /* Create a parallax-like scrolling effect. */
 .parallax {
-  height: 100%;
   background-attachment: fixed;
 }