Explorar el Código

:art: switching to absolute mobile menu

tags/0.9.0
j hace 5 años
padre
commit
df8a80b718
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      vue-theme/src/components/navigation/navigation.vue

+ 2
- 2
vue-theme/src/components/navigation/navigation.vue Ver fichero

@@ -104,7 +104,7 @@ nav.main
104 104
                 &:checked + ul
105 105
                     display: block 
106 106
                     clear: both 
107
-                    position: fixed
107
+                    position: absolute
108 108
         ul
109 109
             width: 100%
110 110
             background-color: $primary-dark
@@ -119,7 +119,7 @@ nav.main
119 119
                 h5
120 120
                     font-size: $ms-1
121 121
                     color: $cia_black
122
-                    padding: $ms--1 $ms--1
122
+                    padding: $ms--1
123 123
 
124 124
 
125 125
 @media (--medium-viewport)

Loading…
Cancelar
Guardar