mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
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:
parent
db7b0b2384
commit
d20ea655bf
6 changed files with 212 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
})
|
||||
//})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue