Closed peterbe closed 5 years ago
Hi @peterbe I'm looking at the link you provided and it looks like it's working fine now?
it's working fine now?
Because I fixed it like this: https://github.com/peterbe/workon/blob/38a2d06597a53598229b03ac285bbc5ad1ee5676/src/App.css#L188-L194 :)
I think it's just a contextual bug. The styles are fully override-able for this reason! Because it relies on the styling of the parent all cases can't really be accommodate in one set of styles.
There's a whole section here on customizing if you need alternative to the one you came up with https://github.com/derrickpelletier/react-loading-overlay#custom-styling-nail_care
I know my way around
float:left
but that's about it. I'm using your wonderful library on https://workon.app and one thing I've noticed is that it doesn't extend all the way up. See:I clicked around with the Inspector to see if anything had a padding or margin but they all say 0px.
What I did find, but can't explain, is that if I "remove" the
position:relative
on the overlay wrapper, the overlay extends all the way. See:Is it a bug? Or is it a problem with Bulma? Or something in this lib's instructions that I couldn't find?