Re: Remove stickiness from navigation bar in docs

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: Joe Nelson <joe(at)begriffs(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Matthijs van der Vleuten <matthijs(at)zr40(dot)nl>, pgsql-www(at)postgresql(dot)org
Subject: Re: Remove stickiness from navigation bar in docs
Date: 2019-02-05 10:33:22
Message-ID: 558C4385-EEA2-43EF-BC9E-B12AB6316D35@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

> On 4 Feb 2019, at 16:56, Jonathan S. Katz <jkatz(at)postgresql(dot)org> wrote:
>
> On 2/3/19 9:36 AM, Jonathan S. Katz wrote:
>> Attached is a patch that actually corrects the problem. If there are no
>> objections, I will apply in the next day.
>
> I have committed the aforementioned patch.

Sorry for being too slow to review, but I believe this patch made the navbar
partially overlap the top row of content.

In a desktop size browser the top row is partially obscured, to then be fully
visible when the navbar becomes a hamburger, to be fully overlapped when the
searchbox disappears to finally be visible again at < 640 wide displays when
the shoutbox seeminly erroneously reappears (it’s mostly hidden but pushes the
content down).

I haven’t had time to try and fix it properly, but removing the shoutbox from
the docs instead of hiding it underneath the navbar, and adding padding-top:
1.5rem; to the main content seems to fix it for all viewports (only tested in
Chrome).

cheers ./daniel

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Jonathan S. Katz 2019-02-05 17:27:00 Re: Remove stickiness from navigation bar in docs
Previous Message Jonathan S. Katz 2019-02-04 15:56:59 Re: Remove stickiness from navigation bar in docs