Explorar el Código

style: fix scroll status with vw width

peter hace 2 años
padre
commit
cb2de39e07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;