mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
moved javascript to global file, added js minifier and html formatter
This commit is contained in:
@@ -208,7 +208,7 @@ input {
|
||||
}
|
||||
|
||||
.tooltiptext.tagdropdown.show {
|
||||
max-height: 286px;
|
||||
max-height: 80vh;
|
||||
overflow-y: scroll;
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -232,7 +232,7 @@ input {
|
||||
}
|
||||
|
||||
.tagentryparent.show {
|
||||
max-height: 286px;
|
||||
max-height: 80vh;
|
||||
opacity: 1;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user