Fix navbar menu with background set

This commit is contained in:
Johannes Zellner
2024-10-07 16:05:25 +02:00
parent 6f914a8d6b
commit 8894ec3019
2 changed files with 17 additions and 10 deletions

View File

@@ -11,3 +11,6 @@ import * as moment from 'moment/dist/moment.js';
// attach to global for compatibility
window.moment = moment.default;
window.Chart = Chart;
// hack to disable old bootstrap transitions
setTimeout(() => window.$.support.transition = false, 3000);