Skip to content

Commit

Permalink
fix($plugin-search): collapsed in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Nov 18, 2018
1 parent 6b9b38b commit 8e555f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@vuepress/plugin-search/SearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ export default {
left 0
width 10rem
// Match IE11
@media all and (-ms-high-contrast: none)
.search-box input
height 2rem
@media (max-width: $MQNarrow) and (min-width: $MQMobile)
.search-box
.suggestions
Expand Down

0 comments on commit 8e555f6

Please sign in to comment.