[F] Use 100% instead of 100vh for android

This commit is contained in:
Hykilpikonna
2022-09-11 10:39:56 -04:00
parent 4ccf537603
commit 506c0e37d5
+1 -1
View File
@@ -114,7 +114,7 @@ export default class App extends Vue
#nav
position: fixed
left: 0
height: 100vh
height: 100%
font-size: 1.4em
align-items: flex-start