Make all dropdown menus auto drop on hover.

This commit is contained in:
Leo
2024-09-13 01:17:31 -05:00
parent 57e993b536
commit 6182f81f82
4 changed files with 26 additions and 29 deletions

View File

@@ -10,6 +10,7 @@
// Bootstrap components
@import 'bootstrap/reboots';
@import 'bootstrap/buttons';
@import 'bootstrap/dropdown';
@import 'bootstrap/nav';
@import 'bootstrap/navbar';
@import 'bootstrap/pagination';