ParamQuery grid support forum
General Category => Suggest new features => Topic started by: jplevene on October 25, 2024, 09:09:30 pm
-
On the https://paramquery.com/pro/api page (and probably all others), please can you change the top nav bar code to:
<nav class="navbar navbar-default" style="position:sticky;">
This enables me to jump to other pages (like demo pages) when I'm looking at documentation instead of having to scroll to the top every time.
-
Sorry, misseed the top bit
<nav class="navbar navbar-default" style="position:sticky; top:0;">
Adding 'style="position:sticky; top:0;"' also looks better and doesn't leave the blank space above "+ Options"
-
:) Thank you for doing this. It's the little things that make things great.
-
Please could you do this on the demos page as well (https://paramquery.com/pro/demos) as once I select a demo, the title bar scrolls off here as well.