ソースを参照

:art: switching to absolute mobile menu

tags/0.9.0
j 5年前
コミット
df8a80b718
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      vue-theme/src/components/navigation/navigation.vue

+ 2
- 2
vue-theme/src/components/navigation/navigation.vue ファイルの表示

@@ -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)

読み込み中…
キャンセル
保存