mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix(vue-app): fix position of the build indicator when page scrolled (#5890)
This commit is contained in:
parent
1ec02a62dd
commit
0e2965319d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user