public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] style.css: Add positive "z-index" to drop-down menu
@ 2022-02-01 11:49 Leo-Andres Hofmann
  2022-02-01 17:15 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Leo-Andres Hofmann @ 2022-02-01 11:49 UTC (permalink / raw)
  To: development

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

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 {
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-01 17:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 11:49 [PATCH] style.css: Add positive "z-index" to drop-down menu Leo-Andres Hofmann
2022-02-01 17:15 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox