As per the documentation, the panel should have position absolute when IsSticky=true. Here is working code:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Black"
IsSticky="true" Style="z-index:99999; position: absolute; top: 0; left: 0; height: 100%; width: 100%;">
</telerik:RadAjaxLoadingPanel>