public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] style.css: Add positive "z-index" to drop-down menu
Date: Tue, 01 Feb 2022 17:15:57 +0000	[thread overview]
Message-ID: <b8151ab4-e314-19a2-2557-a375ac3fc158@ipfire.org> (raw)
In-Reply-To: <20220201114931.1377-1-hofmann@leo-andres.de>

[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Some input fields interfere with the menu items and block their use.
> A z-index ensures that the menu is always rendered in the foreground.
> 
> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
>  html/html/themes/ipfire/include/css/style.css | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css
> index 661773675..96d0519f5 100644
> --- a/html/html/themes/ipfire/include/css/style.css
> +++ b/html/html/themes/ipfire/include/css/style.css
> @@ -258,6 +258,7 @@ input.text {
>  #cssmenu .has-sub ul {
>  	display: none;
>  	position: absolute;
> +	z-index: 1;
>  }
>  
>  #cssmenu .has-sub ul li a {

      reply	other threads:[~2022-02-01 17:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 11:49 Leo-Andres Hofmann
2022-02-01 17:15 ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b8151ab4-e314-19a2-2557-a375ac3fc158@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox