[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"
|
||||
|
||||
#nav
|
||||
position: absolute
|
||||
position: fixed
|
||||
left: 20px
|
||||
height: 100vh
|
||||
font-size: 1.4em
|
||||
|
||||
@@ -17,7 +17,7 @@ export default class MeruIcon extends Vue
|
||||
<style lang="sass" scoped>
|
||||
img
|
||||
width: 160px
|
||||
position: absolute
|
||||
position: fixed
|
||||
left: 0
|
||||
bottom: 0
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user