This commit is contained in:
cookfront 2017-03-17 15:50:07 +08:00
parent e67f0c1f6f
commit 10e1c5fc5b

View File

@ -51,7 +51,7 @@ export default {
} }
.examples-container { .examples-container {
padding-bottom: 40px; padding-bottom: 10px;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
background: #f9fafb; background: #f9fafb;
@ -89,8 +89,7 @@ export default {
} }
.footer { .footer {
position: fixed; margin-top: 30px;
bottom: 0;
width: 100%; width: 100%;
padding-bottom: 15px; padding-bottom: 15px;
} }