-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Re-Position notify #55
Comments
I faced same issue ,no solution found yet |
This could be cool... Need the feature |
Anyways you can do it via css, just select the .notify class and write align-items: flex-end; with !important or something. Ugly but works |
Really great package. The design is nice and clean and who doesn't love the drakify()? Unfortunately, the inability to define a position on the screen with a parameter is disappointing. Would love to see this implemented! Currently my header is over top of the toast message. Would help if I had some control over the placement. |
I am having the same problem. Notify is coming under my header section and a few divs. Can someone please help fix it? |
Edit the file: |
Adding below CSS rule fixes the issue |
Sure, you can center the .notify class by using justify-content: center; z-index: 9999; in your CSS, potentially adding !important for overriding other styles. |
This is my first time using Laravel-notify, I would like to change the position of the notification box from top-right to somewhere like button-right. Any ideas?
The text was updated successfully, but these errors were encountered: