In ExtJS when I scroll browser window Ext.window.window stays on same position on Viewport. I would like to fix this window on it's absolute position.
I saw documentation says:
fixed : Boolean Configure as true to have this Component fixed at its X, Y coordinates in the browser viewport, immune to scrolling the document.
Defaults to: false
But does not work for me. What I am missing? How to fix window in it's absolute position and don't scroll on browser scroll?