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:
commit
379c999ae2
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue