A better workaround for Popper issue

pull/5742/merge
Aleksander Machniak 7 years ago
parent ea492869cd
commit 869b4202c5

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -7,8 +7,7 @@
<roundcube:object name="message" id="messagestack" />
<script src="/bootstrap/popper.min.js"></script>
<script src="/bootstrap/bootstrap.min.js"></script>
<script src="/bootstrap/bootstrap.bundle.min.js"></script>
<script src="/ui.js"></script>
</body>

@ -1836,6 +1836,7 @@ function rcube_elastic_ui()
trigger: $(item).data('popup-trigger') || 'click',
placement: $(item).data('popup-pos') || 'bottom',
animation: true,
boundary: 'window', // fix for https://github.com/twbs/bootstrap/issues/25428
html: true
})
.on('show.bs.popover', function(event) {

Loading…
Cancel
Save