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