mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add more dropdown doc
This commit is contained in:
@@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
// Dropdowns
|
||||
|
||||
const $dropdowns = getAll('.dropdown');
|
||||
const $dropdowns = getAll('.dropdown:not(.is-hoverable)');
|
||||
|
||||
if ($dropdowns.length > 0) {
|
||||
$dropdowns.forEach($el => {
|
||||
|
||||
Reference in New Issue
Block a user