From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= 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 Message-ID: In-Reply-To: <20220201114931.1377-1-hofmann@leo-andres.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0772110808103961353==" List-Id: --===============0772110808103961353== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > 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. >=20 > Signed-off-by: Leo-Andres Hofmann > --- > html/html/themes/ipfire/include/css/style.css | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/them= es/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; > } > =20 > #cssmenu .has-sub ul li a { --===============0772110808103961353==--