Explorar el Código

Fix menu shrinking on home page

Lee Morgan hace 6 años
padre
commit
6a343c9cf0
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      views/shared/menu.css

+ 3 - 1
views/shared/menu.css

@@ -3,9 +3,11 @@
     flex-direction: column;
     align-items: center;
     background: rgb(0, 27, 45);
-    width: 18vw;
+    flex-basis: 18vw;
     height: 100vh;
     transition: width 0.3s;
+    flex-grow: 0;
+    flex-shrink: 0;
 }
 
     .menuHead{