fix: 修复搜索结果框移动端下显示不全问题

This commit is contained in:
xugaoyi 2022-01-06 15:19:22 +08:00
parent 5e466ea5e6
commit 492260d5ea
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@ body .vuepress-plugin-demo-block__wrapper
.suggestions
overflow: auto
max-height: calc(100vh - 6rem)
@media (max-width: 719px) {
width: 90vw;
min-width: 90vw!important;
margin-right: -20px;
}
.highlight
color: $accentColor
font-weight: bold