We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08bceb1 + 5adcfb2 commit 54dbb78Copy full SHA for 54dbb78
app/components/molecules/DefaultHeaderNav.vue
@@ -206,6 +206,7 @@ $topicCount: 10;
206
"topic0 topic1 topic2 topic3 topic4 topic5 topic6 topic7 topic8 topic9 topic10";
207
overflow: scroll;
208
-webkit-overflow-scrolling: touch;
209
+ -ms-overflow-style: none;
210
211
&::-webkit-scrollbar {
212
display: none;
nuxt.config.js
@@ -147,7 +147,12 @@ module.exports = {
147
exclude: /(node_modules)/
148
})
149
}
150
- }
+ },
151
+
152
+ /**
153
+ * Edgeブラウザ対応のためeditorプラグインをトランスパイルする
154
+ */
155
+ transpile: ['editor']
156
},
157
css: [
158
'~assets/stylesheets/medium-editor.scss',
0 commit comments