From e8497e4e052f86726151b1027721c689a547fe2b Mon Sep 17 00:00:00 2001 From: Twist Date: Thu, 26 Oct 2017 14:57:59 +0300 Subject: [PATCH] scroll event --- src/App.vue | 31 ++++++++++++++++++++++++++++--- src/components/v-bar.vue | 2 ++ 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index c426da6..b7e99fb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -154,15 +154,32 @@ background-color: darken($color5, 3%) color: $color2 +border-box + .scroll-log + position: absolute + top: 0 + z-index: 10 + border-radius: 4px + background-color: #dce1de + height: auto + min-width: 320px + max-width: 320px + width: 320px + box-shadow: 0 0 8px #1f2421 + padding: 10px 20px + -webkit-box-sizing: border-box + -moz-box-sizing: border-box + box-sizing: border-box