Skip to content
Snippets Groups Projects
Commit 7a2dc816 authored by Saad bin Abid's avatar Saad bin Abid
Browse files

fixed dropdown menu issue for glossary html page

*

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



Signed-off-by: default avatarSaad bin Abid <abid@fortiss.org>
parent 37dabdd3
No related branches found
No related tags found
1 merge request!31Task 4006 online help content
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment