From 10e1c5fc5b0ca96cb62cb9ee8aa47c6d3a57bbbf Mon Sep 17 00:00:00 2001 From: cookfront Date: Fri, 17 Mar 2017 15:50:07 +0800 Subject: [PATCH] docs --- docs/ExamplesApp.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/ExamplesApp.vue b/docs/ExamplesApp.vue index 33963e2cb..4fb1514b6 100644 --- a/docs/ExamplesApp.vue +++ b/docs/ExamplesApp.vue @@ -51,7 +51,7 @@ export default { } .examples-container { - padding-bottom: 40px; + padding-bottom: 10px; height: 100%; overflow: auto; background: #f9fafb; @@ -89,8 +89,7 @@ export default { } .footer { - position: fixed; - bottom: 0; + margin-top: 30px; width: 100%; padding-bottom: 15px; }