Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications at bottom #125

Open
reinzor opened this issue Jul 18, 2017 · 3 comments
Open

Notifications at bottom #125

reinzor opened this issue Jul 18, 2017 · 3 comments

Comments

@reinzor
Copy link

reinzor commented Jul 18, 2017

Is it possible to change the position of the notifications, e.g. bottom-right?

@gazben
Copy link

gazben commented Sep 6, 2017

Same question here

@daniplaninc
Copy link

example CSS for bottom-left: (modify accordingly if you want bottom-right for example)

.mini-toastr {
right: inherit !important;
top: inherit !important;
left: 12px !important;
bottom: 12px !important;
}

@Dantiff
Copy link

Dantiff commented Oct 21, 2017

thanks @daniplaninc the solution works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants