VRFS-299 notification now slides up from bottom of screen
This commit is contained in:
parent
039275da9a
commit
09fc3f6caf
|
|
@ -273,7 +273,8 @@
|
|||
var $notify = $('[layout="notify"]');
|
||||
var nHeight = $notify.height();
|
||||
var notifyStyle = {
|
||||
top: screenHeight - (nHeight + 64) + 'px'
|
||||
bottom: '0px',
|
||||
position: 'fixed'
|
||||
};
|
||||
$notify.css(notifyStyle);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue