Skip to content

Instantly share code, notes, and snippets.

@zackpyle
Last active March 6, 2024 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackpyle/8406272fafa5b0dfd300a9475b1b8495 to your computer and use it in GitHub Desktop.
Save zackpyle/8406272fafa5b0dfd300a9475b1b8495 to your computer and use it in GitHub Desktop.
BB CSS for improved node dragging
/* Improved Dragging BB Nodes */
.fl-lightbox{
transition: all .2s ease-in-out;
}
.fl-builder-dragging .fl-lightbox{
opacity: .25;
}
.fl-builder-block-drag-helper.ui-sortable-helper {
margin-top: 40px;
margin-left: 20px;
width: max-content !important;
min-width: 100px !important;
justify-content: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment