-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Modals are display: none, thanks to the bootstrap css, and I couldn't manage to make them display by copying the documentation example. The om-bootstrap documentation uses a special asset that overrides this in http://om-bootstrap.herokuapp.com/static/assets/style.css
.bs-example .modal {
position: relative;
top: auto;
right: auto;
left: auto;
bottom: auto;
z-index: 1;
display: block;
}
Should this be mentioned in the documentation? It might be worth providing a css file with om bootstrap that provides the correct behaviour?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels