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

Blur over the Chrome extension icon on textarea #594

Open
mademan12 opened this issue Sep 9, 2024 · 4 comments
Open

Blur over the Chrome extension icon on textarea #594

mademan12 opened this issue Sep 9, 2024 · 4 comments

Comments

@mademan12
Copy link

I use extensions like Grammarly to help me when I write but I can't click on them because it is blurred over and I think this problem will happen with any extension trying to show its icon inside the textarea.

Screenshot 2024-09-10 020937
@perisicnikola37
Copy link

perisicnikola37 commented Sep 11, 2024

I will create a PR fix for this :)

@SachinBahukhandi
Copy link

Seems to me that: backdrop-blur-sm is causing the issue. Removing the class from: resources/views/components/textarea.blade.php would do the trick. Not sure if it is a dirty fix but does the job.

@perisicnikola37
Copy link

Well, yeah it does the job but removes the backdrop then. I just added "relative" and it fixed the thing but thank you!

@SachinBahukhandi
Copy link

Well, yeah it does the job but removes the backdrop then. I just added "relative" and it fixed the thing but thank you!

Great

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

3 participants