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