guix-commits
[Top][All Lists]
Advanced

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

branch master updated: css: Set the search box z-index.


From: Mathieu Othacehe
Subject: branch master updated: css: Set the search box z-index.
Date: Fri, 26 Mar 2021 04:06:54 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new eb5786a  css: Set the search box z-index.
eb5786a is described below

commit eb5786a2ead536da39e23a9bd18a3c51cd570cd4
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Fri Mar 26 09:05:00 2021 +0100

    css: Set the search box z-index.
    
    * src/static/css/cuirass.css (#search): Set z-index to 1.
---
 src/static/css/cuirass.css | 1 +
 1 file changed, 1 insertion(+)

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;



reply via email to

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