]> git.0d.be Git - panikdb.git/blobdiff - panikdb/static/css/style.scss
style: add hack to anchor titles after wiki sticky header
[panikdb.git] / panikdb / static / css / style.scss
index 80b86e905b3e5527236aafceac11b3e3d5f77b86..9baca784c856a79ab8111aeff719e50d4fc33e89 100644 (file)
@@ -892,6 +892,15 @@ div.wiki-section {
                        }
                }
        }
+       h4[id]::before {
+               content: "";
+               display: block;
+               position: relative;
+               width: 0px;
+               height: 10px;
+               margin-top: -60px;
+               height: 60px;
+       }
 }
 
 div#content div.wiki-section > h3 {