guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cuirass


From: Vincent Legoll
Subject: Re: cuirass
Date: Fri, 26 Mar 2021 00:09:30 +0100

> The rule for “#search #search-hints” should have a “z-index: 1;” or
> similar, so that the icons don’t overlap the search box.

Like the following ?

diff --git a/src/static/css/cuirass.css b/src/static/css/cuirass.css
index e713b6f..2754415 100644
--- a/src/static/css/cuirass.css
+++ b/src/static/css/cuirass.css
@@ -4,6 +4,7 @@
 #search #search-hints {
     display: none;
     position: absolute;
+    z-index: 1;
     top: 3em;
     background: white;
     border: 1px solid #ced4da;

-- 
Vincent Legoll



reply via email to

[Prev in Thread] Current Thread [Next in Thread]