Key movement too move the object and the screen

i´m making a game, and in html, on press arrow key up or down, moves the object and the screen! Can move only the object? Thaks

if(Key.isDown(Key.UP))....

Thanks