fixed search box always show scrollbar.
parent
e80f23ceeb
commit
cde5d94eef
|
@ -660,5 +660,5 @@ p {
|
||||||
color: #8e8787;
|
color: #8e8787;
|
||||||
}
|
}
|
||||||
.searchbox .searchbox-result-wrapper {
|
.searchbox .searchbox-result-wrapper {
|
||||||
overflow-y: hidden;
|
overflow-y: visible;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue