[S] Use position fixed instead of absolute for nav bar
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ export default class App extends Vue
|
|||||||
@import "css/global"
|
@import "css/global"
|
||||||
|
|
||||||
#nav
|
#nav
|
||||||
position: absolute
|
position: fixed
|
||||||
left: 20px
|
left: 20px
|
||||||
height: 100vh
|
height: 100vh
|
||||||
font-size: 1.4em
|
font-size: 1.4em
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export default class MeruIcon extends Vue
|
|||||||
<style lang="sass" scoped>
|
<style lang="sass" scoped>
|
||||||
img
|
img
|
||||||
width: 160px
|
width: 160px
|
||||||
position: absolute
|
position: fixed
|
||||||
left: 0
|
left: 0
|
||||||
bottom: 0
|
bottom: 0
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user