From 7a2dc816369ea94e7149ac6b9bac77800686c31b Mon Sep 17 00:00:00 2001
From: Saad bin Abid <abid@fortiss.org>
Date: Thu, 28 May 2020 14:32:15 +0200
Subject: [PATCH] fixed dropdown menu issue for glossary html page

*

Issue-Ref: 4007
Issue-Url: https://af3-developer.fortiss.org/issues/4007

Signed-off-by: Saad bin Abid <abid@fortiss.org>
---
 org.fortiss.af3.rcp.help/html/requirements/stylesheet.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css b/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css
index caf0ce1..6edfd33 100644
--- a/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css
+++ b/org.fortiss.af3.rcp.help/html/requirements/stylesheet.css
@@ -11,7 +11,7 @@
 .header {
 	z-index: 10;
 	width: 100%;
-	height: 50px;
+	height: 49px;
 	background: #004696;
 	position: sicky;
 }
@@ -75,6 +75,7 @@ body {
 .navbar {
   overflow: hidden;
   background-color:#004696;
+  height: 49px;
  
 }
 
@@ -188,7 +189,7 @@ h4 {
 
 .dropdown-content {
   position: relative;
-  top: 50px; /* TODO (SB): This might why the drop-down menu disappears when you are not fast enough.*/
+  top: 49px; /* TODO (SB): This might why the drop-down menu disappears when you are not fast enough.*/
   display: none;
   position: absolute;
   background-color: white;
@@ -204,6 +205,7 @@ h4 {
   text-decoration: none;
   display: block;
   text-align: left;
+  inline-height: 16;
 }
 
 .topnav a:hover, .dropdown:hover  {
-- 
GitLab