Last active
March 6, 2024 21:31
-
-
Save zackpyle/8406272fafa5b0dfd300a9475b1b8495 to your computer and use it in GitHub Desktop.
BB CSS for improved node dragging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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