fixed search box always show scrollbar.
parent
e80f23ceeb
commit
cde5d94eef
|
@ -660,5 +660,5 @@ p {
|
|||
color: #8e8787;
|
||||
}
|
||||
.searchbox .searchbox-result-wrapper {
|
||||
overflow-y: hidden;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ screen-fullhd = 1472px
|
|||
* --------------------------------- */
|
||||
html
|
||||
font-size: 14px
|
||||
overflow: -moz-hidden-unscrollable;
|
||||
//overflow: -moz-hidden-unscrollable;
|
||||
|
||||
|
||||
//body
|
||||
|
@ -564,3 +564,7 @@ figure.highlight
|
|||
p
|
||||
img
|
||||
width: 100%
|
||||
|
||||
.searchbox
|
||||
.searchbox-result-wrapper
|
||||
overflow-y visible
|
Loading…
Reference in New Issue