Compare commits

..

1 Commits

Author SHA1 Message Date
userAdityaa c84cdc076d feat: persist composer drafts in memory across navigation 2026-04-07 10:55:04 +05:45
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -365,7 +365,10 @@
/* tippy popover */
.tippy-target {
@apply pointer-events-none fixed inset-0 z-tooltip;
position: fixed;
inset: 0;
z-index: 9999;
pointer-events: none;
}
.tippy-target > * {
+2 -2
View File
@@ -9,7 +9,7 @@ config({path: ".env"})
export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
darkMode: ["selector", '[data-theme="dark"]'],
safelist: ["bg-success", "bg-warning", "w-4 h-4"],
safelist: ["bg-success", "bg-warning", 'w-4 h-4'],
theme: {
extend: {},
zIndex: {
@@ -21,7 +21,7 @@ export default {
nav: 5,
popover: 6,
modal: 7,
tooltip: 8,
"modal-feature": 8,
toast: 9,
},
},