laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

Higher z-index value in css

Open MarkLester10 opened this issue 4 years ago • 4 comments

I think you should add higher z-index value, for the container, sometimes the message show at the back of navbar that has higher z-index value

MarkLester10 avatar May 30 '21 15:05 MarkLester10

Same issue for me, this would be nice to override or update in the config file

haexperts2020 avatar Sep 28 '21 14:09 haexperts2020

In master blade include stylesheet.

this is work for me.

sovathchhinh avatar Oct 29 '21 04:10 sovathchhinh

In master blade include stylesheet.

this is work for me.

Great this answer: It fixes the Z-Index problem plus top margin problems with the menu! 🥇

EhtuCom avatar Oct 31 '21 15:10 EhtuCom

In my case I have used the class selector to change the position a little bit,

.max-w-sm.w-full.bg-white.shadow-lg.rounded-lg.pointer-events-auto.border-l-4.border-green-600 { margin-top: 3% !important; } Also you can set your nav bar z-index to 0 to fix this problem.

style:z-index:0!important in nav div.

Muhammad-Sarfaraz avatar Feb 15 '22 15:02 Muhammad-Sarfaraz