Add more dropdown doc

This commit is contained in:
Jeremy Thomas
2017-07-24 12:34:43 +02:00
parent 41f9392a93
commit 28d22d97df
5 changed files with 104 additions and 10 deletions

View File

@@ -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 => {