dragend icon indicating copy to clipboard operation
dragend copied to clipboard

Add ability to add custom styles

Open hashworks opened this issue 9 years ago • 0 comments

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.

hashworks avatar Apr 12 '15 18:04 hashworks