You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/12/15 15:52:03 UTC

[incubator-ponymail-foal] branch master updated: fix text focus selection issue

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 59d81b4  fix text focus selection issue
59d81b4 is described below

commit 59d81b4114b0fc4d81f7d794a25e9ed7fe6981f1
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Dec 15 16:51:28 2021 +0100

    fix text focus selection issue
---
 webui/css/scaffolding.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 8e60c00..9865696 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -513,7 +513,6 @@ a.dropdown-toggle {
     background: #FFF;
     border: 1px solid #E0E0E0;
     min-height: auto;
-    position: relative;
     overflow-y: hidden;
 }