fixes a couple loading issues, starts on report rendering.
This commit is contained in:
@@ -235,5 +235,5 @@
|
||||
|
||||
(defn tooltip- [{:as params} & children]
|
||||
[:div (assoc params
|
||||
:class "bg-gray-100 dark:bg-gray-600 rounded-lg shadow-2xl w-max z-50 p-4 opacity-0")
|
||||
:class "bg-gray-100 dark:bg-gray-600 rounded-lg shadow-2xl w-max z-50 p-4 absolute")
|
||||
[:span children]])
|
||||
|
||||
Reference in New Issue
Block a user