Browse Source

fix the actual menu positioning

pull/530/head
connors 11 years ago
parent
commit
4fc7fe9e7b
  1. 2
      sass/docs.scss

2
sass/docs.scss

@ -235,7 +235,7 @@ body {
.docs-component-group { .docs-component-group {
position: absolute; position: absolute;
top: 35px; top: 35px;
left: 30px; left: 15px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
background-color: #fff; background-color: #fff;

Loading…
Cancel
Save