mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-06-07 07:02:50 +02:00
feat: changes and fixes
This commit is contained in:
@@ -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');
|
||||
},
|
||||
|
||||
@@ -174,6 +174,11 @@
|
||||
.table-col-auto {
|
||||
@apply w-1;
|
||||
}
|
||||
|
||||
.btn.btn-free {
|
||||
@apply min-h-(--size) py-1;
|
||||
height: unset;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user