aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modal.js b/ui/app/components/modal.js
index bc365c0e9..010122d42 100644
--- a/ui/app/components/modal.js
+++ b/ui/app/components/modal.js
@@ -31,7 +31,7 @@ module.exports = connect(mapStateToProps, mapDispatchToProps)(Modal)
const mobileModalStyles = {
width: '95%',
// Used to create matching t/l/r/b space in mobile view.
- top: isPopupOrNotification() === 'popup' ? '47vh' : '36.5vh',
+ top: isPopupOrNotification() === 'popup' ? '48vh' : '36.5vh',
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 2px 2px',
}