I'm doing a sort of map in my application, where an image that takes the whole screen has several buttons on it.
Currently,Ipositionthebuttonslikethis:
.btn_padaria{left:75.00%;top:20.25%;}
Inmobile,I'mdoingthesamething,butthebackgroundimageisdifferent,showingaperspectivefromabove
Butinmobile,theheightoftheimageislargerthanthescreen,sotoseethe"crediario" button would have to scroll the screen, but even if I put top:100%
on that button, it still is NOT at the end of the image at the bottom of the screen.