Skip to content
Snippets Groups Projects
Unverified Commit c4d3a1ce authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: position notification banners always at bottom (#972)

Closes #956
parent db65e837
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ function Notifications({ notifications, removeNotification, style }) {
<View
style={[
{
position: 'absolute',
position: 'fixed',
bottom: 20,
right: 13,
zIndex: 10000,
......
---
category: Bugfix
authors: [MatissJanis]
---
Position notification banners always at bottom of the page
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment