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

DropIndicator #130

Open
gwokwong opened this issue Sep 26, 2024 · 1 comment
Open

DropIndicator #130

gwokwong opened this issue Sep 26, 2024 · 1 comment

Comments

@gwokwong
Copy link

It seems like you're experiencing positioning issues with the DropIndicator component after integrating the board into your project, which uses Tailwind CSS. Here's how you might express this concern in English:

"I have integrated the 'board' into my project, which utilizes Tailwind CSS, and I'm encountering positioning issues with the 'DropIndicator' component. Could you help me troubleshoot this problem?"

If you need further assistance with the technical aspects or code related to this issue, feel free to provide more details, and I'll do my best to help you resolve it.

2024-09-26.21.59.50.mp4

`import type { Config } from 'tailwindcss'

const config: Config = {
content: [
'./src/pages//*.{js,ts,jsx,tsx,mdx}',
'./src/components/
/.{js,ts,jsx,tsx,mdx}',
'./src/app/**/
.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {
fontFamily: {
sans: ['Inter, sans-serif', { fontFeatureSettings: '"cv11"' }],
},
},
},
plugins: [],
}
export default config
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.4.0",
"@atlaskit/pragmatic-drag-and-drop-flourish": "^1.1.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@atlaskit/pragmatic-drag-and-drop-live-region": "^1.0.7",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.2",
`

@gwokwong
Copy link
Author

"I'm wondering if the styles from Tailwind CSS are impacting the positioning of my DropIndicator component."

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