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

Overwrite css

Open yuxxeun opened this issue 2 years ago • 3 comments

I was using this package (thanks to the creator and all contributor), and i was wondering how to overwrite the style/css relaated because, i faced visually-problem image

yuxxeun avatar Jun 28 '23 03:06 yuxxeun

override css

<style>
        .notify {
            z-index: 9999;
        }
 </style>

endiisw avatar Jul 03 '23 14:07 endiisw

masih engga ngefek

yuxxeun avatar Jul 07 '23 02:07 yuxxeun

try to put your custom css after notify css

septianinet avatar Sep 01 '23 03:09 septianinet