Skip to content

Commit 8e555f6

Browse files
committed
fix($plugin-search): collapsed in IE11
1 parent 6b9b38b commit 8e555f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/@vuepress/plugin-search/SearchBox.vue

+5
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ export default {
215215
left 0
216216
width 10rem
217217
218+
// Match IE11
219+
@media all and (-ms-high-contrast: none)
220+
.search-box input
221+
height 2rem
222+
218223
@media (max-width: $MQNarrow) and (min-width: $MQMobile)
219224
.search-box
220225
.suggestions

0 commit comments

Comments
 (0)