-
Enhancement
-
Resolution: Done
-
Major
-
1.2.0.Final
-
None
If the current screen is already full to the bottom, any alert message will appear below the bottom, not directly visible, though users can still see if after scrolling down.
We should position alert messages always at the bottom of the screen, for instance, add to css:
position: fixed; bottom: 1px; width: 100%;