jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.02k stars 305 forks source link

Progress bar not showing up on default theme. #148

Closed mattmeng closed 7 years ago

mattmeng commented 8 years ago

I noticed that the progress bar wasn't showing up on the default theme, even after explicitly turning it on. I found that adding the following stylesheet fixed the issue:

.progress {
  z-index: 1000;
}
guifromrio commented 8 years ago

PR welcome :)

barneyb commented 8 years ago

https://github.com/jdan/cleaver/pull/152 fixes this

sudodoki commented 7 years ago

Fixed in upstream. So you can try doing npm i -g jdan/cleaver and using it to see progress bar in default theme.

sudodoki commented 7 years ago

Fix published in 0.8.3