Jelajahi Sumber

style: fix scroll status with vw width

peter 2 tahun lalu
induk
melakukan
cb2de39e07
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -36,7 +36,7 @@ body {
 
 #app {
   height: 100%;
-  width: 100vw;
+  width: 100%;
   position: relative;
   div {
     box-sizing: border-box;