apyrgio / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
0 stars 0 forks source link

Details page: scroll on click of an anchor - recalculate top positioning #305

Open athinab opened 10 years ago

athinab commented 10 years ago

In the navigation bar we have anchors to the elements of the page. When you click one of them, the page scrolls to it. But the header of the element goes behind the top bar so it's not visible.

This can be fixed by js code. Probably the calculation of the top attr should need some minor adjustment.