You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 = {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
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-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",
`
The text was updated successfully, but these errors were encountered: