10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83b98c commit 62bdc9fCopy full SHA for 62bdc9f
src/components/db-explorer.tsx
@@ -189,7 +189,7 @@ function DBExplorerInner(props: DBExplorerInnerProps) {
189
{(error as Error)?.message || "An unexpected error occurred."}
190
</div>
191
)}
192
- <div className="relative flex-1 h-full">
+ <div className="relative flex-1 h-full sql-results">
193
{status === "loading" && (
194
<div className="absolute top-4 right-4 z-20">
195
<Spinner />
src/index.css
@@ -82,3 +82,7 @@ body,
82
display: block;
83
}
84
85
+
86
+.sql-results .fade-up-in {
87
+ animation: none !important;
88
+}
0 commit comments