forked from mirror/_s
Update _menus.scss
Change 1.5em to 100% to prevent magic numbers.
This commit is contained in:
parent
b330bbaba7
commit
8c3f5845da
|
@ -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;
|
||||
|
||||
|
|
Reference in New Issue