dragend
dragend copied to clipboard
Add ability to add custom styles
Currently I need to override the inline styles set by dragend by !important
:
.dragend-page {
height: auto !important;
padding: $contentSpacing !important;
}
It would be great if I could set them as an option so I can avoid !important
.