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

Why there are two backgrounds #138

Open
admin8756 opened this issue Nov 14, 2022 · 2 comments
Open

Why there are two backgrounds #138

admin8756 opened this issue Nov 14, 2022 · 2 comments

Comments

@admin8756
Copy link

in \svelte-grid\src\MoveResize\index.svelte/line:50-56
image

@vaheqelyan
Copy link
Owner

I agree that should be removed, that does not make any sense

@admin8756
Copy link
Author

I agree that should be removed, that does not make any sense

I replaced the background with the following code. I think it's more beautiful. Ha ha ha

background-image: linear-gradient(90deg, rgba(60, 10, 30, 0.04) 3%, transparent 0), linear-gradient(1turn, rgba(60, 10, 30, 0.04) 3%, transparent 0);
background-size: 20px 20px;
background-position: 50%;
background-repeat: repeat;

image

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

2 participants