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

Firefox gradient issue #2

Open
pavodev opened this issue Aug 18, 2022 · 2 comments
Open

Firefox gradient issue #2

pavodev opened this issue Aug 18, 2022 · 2 comments

Comments

@pavodev
Copy link

pavodev commented Aug 18, 2022

Hi, great video!
I'm not sure if I'm missing something out but gradients in the hero section are much stronger in Firefox.

  • Chrome:

Screenshot 2022-08-18 at 22 27 30

  • Firefox:

Screenshot 2022-08-18 at 22 27 17

@hardiktheprogrammer
Copy link

yes , is also not support on firefox

  • {
    scroll-behaviour: smooth;

}

@1sma31L
Copy link

1sma31L commented Jul 17, 2024

till now no clear solution for this issue as firefox can't allow more than 100px filter blur i did this to make it match the design a little bit for firefox

.pink__gradient {
	background: linear-gradient(90deg, #f4c4f3 0%, #fc67fa 100%);
	filter: blur(100px); //max value in firefox is 100px
	opacity: 0.2;
}

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