Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 300130
тЖз

Offset the html anchor to adjust for Toolbar

$
0
0

Problem/Motivation

Currently Toolbar is adding a 20px padding to the <body> tag to compensate its height, but it makes the anchors to point 20px away so they end up hidden under the Toolbar.

Proposed resolution

http://stackoverflow.com/a/21707103

Something like this may work:

:target:before {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

Remaining tasks

Manually test it

тЖз

Viewing all articles
Browse latest Browse all 300130

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>