Search code examples
javajavascriptgwtgxt

Overflow is Hidden but page scroll on key events


On a BorderLayout panel (with hidden overflow), when Page Down, or End are pressed the page is scrolled down, hiding its top. How to prevent it?


Solution

  • i find the way to solve this problem , i give margin to my viewport

     x-viewport {margin-bottom: -16px;}
    

    and Done!