[S] Use position fixed instead of absolute for nav bar

This commit is contained in:
Hykilpikonna
2021-12-05 01:26:11 -05:00
parent d4947e07dd
commit 0271d8badb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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>