Hi I"m using the basic splitter and I am wondering why when I drag to resize there is a dark overlay over the entire viewport. This does not happen in the demos and I've done nothing to implement this? Am i dong something wrong?
<
div
id
=
"splitter"
style
=
"min-height:700px"
>
<
div
class
=
"left-panel"
style
=
"width:100px"
>
<
div
id
=
"cashPanel"
class
=
"left-panel"
></
div
>
</
div
>
<
div
>
<
div
id
=
"offsetPanel"
class
=
""
></
div
>
</
div
>
<
div
>
<
div
id
=
"premiumList"
style
=
"height:100%"
>
<
div
id
=
"searchPremMatchList"
></
div
>
</
div
>
</
div
>
</
div
>
$("#splitter").kendoSplitter({
orientation: "horizontal",
panes: [
{ collapsible: false, size: "250px" },
{ collapsible: false, size: "700px" },
{ collapsible: false }
]
});