stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

bulma incompatible #56

Closed gibdr7 closed 2 years ago

gibdr7 commented 4 years ago

src>components>main-style.scss @import '~bulma/bulma.sass';

image importing this forces my timeline to be hidden due to bulma's 'is-hidden' feature. No matter how specific I get (and !important tag), I cannot override this selector.

Any suggested fixes?

stephane-monnot commented 4 years ago

.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden {
    display: block !important;
}