fixed search box always show scrollbar.

v1.2.0
kun.peng 2019-12-15 10:08:01 +08:00
parent e80f23ceeb
commit cde5d94eef
2 changed files with 6 additions and 2 deletions

View File

@ -660,5 +660,5 @@ p {
color: #8e8787; color: #8e8787;
} }
.searchbox .searchbox-result-wrapper { .searchbox .searchbox-result-wrapper {
overflow-y: hidden; overflow-y: visible;
} }

View File

@ -10,7 +10,7 @@ screen-fullhd = 1472px
* --------------------------------- */ * --------------------------------- */
html html
font-size: 14px font-size: 14px
overflow: -moz-hidden-unscrollable; //overflow: -moz-hidden-unscrollable;
//body //body
@ -564,3 +564,7 @@ figure.highlight
p p
img img
width: 100% width: 100%
.searchbox
.searchbox-result-wrapper
overflow-y visible