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

White background around Tiledesk widget when using TailwindCSS #4

Open
theaspirational opened this issue Mar 10, 2023 · 0 comments
Open

Comments

@theaspirational
Copy link

Description: I have integrated Tiledesk widget into my website which uses TailwindCSS for styling. However, I am seeing a white background around the Tiledesk widget, which is causing a visual inconsistency with the rest of my website. I suspect there might be some CSS conflicts between the default styles applied by Tiledesk and my custom styles. I have tried setting the background to transparent and removing the box-shadow using the following CSS, but it did not work:

#tiledesk-container {
  background: transparent !important;
  box-shadow: none !important;
}

Could you please assist me in resolving this issue and achieving a consistent visual style throughout my website?
CleanShot 2023-03-10 at 1 58 20@2x

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

1 participant