Explorar el Código

Add z-index to header

sbkwgh hace 8 años
padre
commit
4603c7d0db
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -166,6 +166,7 @@
 		padding: 1rem 2rem;
 		position: fixed;
 		top: 0;
+		z-index: 2;
 		background-color: #fff;
 		display: flex;
 		align-items: center;