Vortechron

Results 12 comments of Vortechron

@theomessin sry, just asking.. tq for the awesome package 👍

for those who face this issue can follow my current temporary fix: just toggle html and body overflow to hidden on close and active. *hidden on active, auto on close*...

yup, i second this.

after a thousand google searches, finally, I got the answer from here: tq @nivv ``` require('laravel-mix-tailwind'); mix.js('resources/js/app.js', 'public/js').vue() .postCss('resources/css/app.css', 'public/css', [ require('postcss-import'), require('tailwindcss'), ]) .webpackConfig(require('./webpack.config')) .tailwind(); ```

thanks @XternalSoft thats solve my issue, but yet, need this repo to bump their dependecies too

@icebob merge it please :(

hi @jeromegamez , can u elaborate more? do you mean like this? ``` public function toFcm($notifiable) { return FcmMessage::create() ->setData(['data1' => 'value', 'data2' => 'value2']) ->setNotification(\NotificationChannels\Fcm\Resources\Notification::create() ->setTitle('Account Activated') ->setBody('Your account...

@jeromegamez aight tq bro!

@lonevetad this package is a mess, i saw someone say to pull in "vue-range-slider-fixed" to fix this tooltip error, n now im not sure whether to use this package on...