Open hashworks opened 9 years ago
Currently I need to override the inline styles set by dragend by !important:
!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.
Currently I need to override the inline styles set by dragend by
!important
:It would be great if I could set them as an option so I can avoid
!important
.