Skip to content
Snippets Groups Projects
Commit bfff392b authored by Simon Barner's avatar Simon Barner
Browse files

Further menu layout optimizations

* Add dropdown menu shadow
* Move up triangle by 1px

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



Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
parent 7a2dc816
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.
......@@ -194,7 +194,7 @@ h4 {
position: absolute;
background-color: white;
min-width: 300px;
box-shadow: white;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
......@@ -300,7 +300,7 @@ label.hamburger {
.triangle {
position: absolute;
top: 22px;
top: 21px;
width: 0;
height: 0;
margin-left: 6px;
......
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