We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following structure to my app
<div> <AbsoluteSidebar /> <div margin-left="sidebarwidth"> <SvelteGrid /> </div> </div>
when I remove the margin, the shadow is aligned with the active div I've tried other methods of moving the grid area to the left including
but always with the same issue where the offset is equal to how much I've moved it from the left.
Any thoughts on why this is happening?
The text was updated successfully, but these errors were encountered:
ok I figured it out it was because of a weird interaction with tailwind drop-shadow-md
drop-shadow-md
Sorry, something went wrong.
No branches or pull requests
I have the following structure to my app
when I remove the margin, the shadow is aligned with the active div
I've tried other methods of moving the grid area to the left including
but always with the same issue where the offset is equal to how much I've moved it from the left.
Any thoughts on why this is happening?
Screen.Recording.2024-05-23.at.3.21.55.PM.mov
The text was updated successfully, but these errors were encountered: