Merge pull request #1090 from kkalvaa/patch-1

Make sure dropdown menu container is always flush with the parent box regardless of the font size
This commit is contained in:
David A. Kennedy 2017-06-15 23:51:44 +02:00 committed by GitHub
commit 379c999ae2
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
top: 100%;
left: -999em;
z-index: 99999;

View File

@ -559,7 +559,7 @@ a:active {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
top: 100%;
left: -999em;
z-index: 99999;
}