The-M-Project
The-M-Project copied to clipboard
M.ActionSheetDialog scrolling issue
The action sheet dialog doesn't render to the correct position on a scrollable page. If, for instance, you are scrolled to the bottom of a page, the dialog will render to the position where it should be if you were at the top of the page. If the page is > 2x taller than the displayable height the dialog will not even be visible from the bottom of the page.
@arpi0003 thx for posting this issue. do you think you can look into this a little further? should basically be a css problem.
best regards dominik
Sorry it took me forever and a day to look at this! I changed the .tmp-actionsheet css class position field to "fixed" from "absolute". This way the action sheet is positioned at the bottom of the screen independent of scroll position. Not sure if this is the way you guys want to implement it or not, so I'll let you decide on the change.
Love the framework by the way! Good work and keep it up!!