mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Make Customizer a floating window
This commit is contained in:
@@ -155,6 +155,10 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
if ($clickableDropdowns.length > 0) {
|
||||
$clickableDropdowns.forEach(($dropdown) => {
|
||||
if (!$dropdown.querySelector("button")) {
|
||||
return;
|
||||
}
|
||||
|
||||
$dropdown.querySelector("button").addEventListener("click", (event) => {
|
||||
event.stopPropagation();
|
||||
$dropdown.classList.toggle("is-active");
|
||||
|
||||
Reference in New Issue
Block a user