feat: changes and fixes

This commit is contained in:
Herculino Trotta
2025-11-18 01:04:39 -03:00
parent ed3d58f1fd
commit e2e1c5cff5
18 changed files with 1324 additions and 412 deletions

View File

@@ -16,7 +16,7 @@ function initiateTooltips() {
delegate(document.body, {
target: '[data-tippy-content]',
theme: theme,
zIndex: 1100,
zIndex: 1089,
content(reference) {
return reference.getAttribute('data-tippy-content');
},