fix(vue-app): fix position of the build indicator when page scrolled (#5890)

This commit is contained in:
Rafał Chłodnicki 2019-06-06 23:24:33 +02:00 committed by Pooya Parsa
parent 1ec02a62dd
commit 0e2965319d

View File

@ -136,7 +136,7 @@ export default {
<style scoped>
.nuxt__build_indicator {
box-sizing: border-box;
position: absolute;
position: fixed;
font-family: monospace;
padding: 5px 10px;
border-radius: 5px;