Small css tweak
This commit is contained in:
+1
-4
@@ -365,10 +365,7 @@
|
|||||||
/* tippy popover */
|
/* tippy popover */
|
||||||
|
|
||||||
.tippy-target {
|
.tippy-target {
|
||||||
position: fixed;
|
@apply pointer-events-none fixed inset-0 z-tooltip;
|
||||||
inset: 0;
|
|
||||||
z-index: 9999;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tippy-target > * {
|
.tippy-target > * {
|
||||||
|
|||||||
+2
-2
@@ -9,7 +9,7 @@ config({path: ".env"})
|
|||||||
export default {
|
export default {
|
||||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||||
darkMode: ["selector", '[data-theme="dark"]'],
|
darkMode: ["selector", '[data-theme="dark"]'],
|
||||||
safelist: ["bg-success", "bg-warning", 'w-4 h-4'],
|
safelist: ["bg-success", "bg-warning", "w-4 h-4"],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
zIndex: {
|
zIndex: {
|
||||||
@@ -21,7 +21,7 @@ export default {
|
|||||||
nav: 5,
|
nav: 5,
|
||||||
popover: 6,
|
popover: 6,
|
||||||
modal: 7,
|
modal: 7,
|
||||||
"modal-feature": 8,
|
tooltip: 8,
|
||||||
toast: 9,
|
toast: 9,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user