@Konsilion Could be a cache issue perhaps. I registered, and see this
579204d6-41c4-44b2-9458-e28cad6b3cac-image.png
Hi all, seem to be having some issues with Bootswatch skins when applied to both Persona & Vanilla themes...
Cannot click on 'Discard Post' or 'Delete post' dialogs that pop up:
(The shadow appears to be applied on top of the dialog)
After using ESC key to exit the dialog, the compose post area doesn't resize properly:
(Note the arrow is set to expand ^)
EDIT:
Using git master branch 0.7.0-dev (commit: 5501c0c759f44fcf0447f66ba1a7d2088ec0f8bb)
Theme versions:
Persona: 0.1.17
Vanilla: 1.0.104
@julian The modals work but the compose post issue persists on default skin.
I should add that emoji's formatting seems problematic also, the images don't show either:
Using git master branch 0.7.0-dev (commit: 5501c0c759f44fcf0447f66ba1a7d2088ec0f8bb)
Theme versions:
Persona: 0.1.17
Vanilla: 1.0.104
I ended up having to hack-in a solution to add z-index: auto !important; to the less files that get generated into the /public/stylesheets.css file since the bootstrap.min.css thats included after it from the CDN seems to overwrite the z-index for the modal-backdrop property.