Closes #30 dicussion as modal sizes have now been added with this commit.

Cleaned up the submenu within the dropdown some more.
This commit is contained in:
Yohn 2025-01-11 03:56:21 -05:00
parent db7b0b2384
commit d20ea655bf
6 changed files with 212 additions and 4 deletions

View file

@ -5,7 +5,7 @@
* Copyright 2019-2025 - Licensed under MIT
* Modified by Yohn https://github.com/Yohn/PicoCSS
*/
document.addEventListener("DOMContentLoaded", () => {
//document.addEventListener("DOMContentLoaded", () => {
// Config
const isOpenClass = "modal-is-open";
const openingClass = "modal-is-opening";
@ -82,4 +82,4 @@ document.addEventListener("DOMContentLoaded", () => {
const isScrollbarVisible = () => {
return document.body.scrollHeight > screen.height;
};
})
//})