Merge branch 'workaround-datepicker-below-modal-safari' into 'develop'

Workaround the datepicker appearing below the add_days modal on Safari

See merge request framasoft/framadate/framadate!379
This commit is contained in:
Thomas Citharel 2019-04-17 16:12:30 +02:00
commit d50305afb3
1 changed files with 5 additions and 0 deletions

View File

@ -529,6 +529,11 @@ table.results > tbody > tr:hover > td .glyphicon {
height: 33px;
}
.datepicker {
/* workaround for the bootstrap-datepicker appearing below the #add_days modal */
z-index: 1060 !important;
}
/* create_classic_poll.php */
.md-a-img {
text-decoration:none !important;