@stoker-platform/web-app 0.5.126 → 0.5.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/src/Dashboard.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/Dashboard.tsx
CHANGED
|
@@ -62,7 +62,7 @@ export const Dashboard = () => {
|
|
|
62
62
|
<title>Dashboard</title>
|
|
63
63
|
<meta name="description" content={`Dashboard for ${appName}`} />
|
|
64
64
|
</Helmet>
|
|
65
|
-
<div className="h-[100vh] xl:overflow-y-auto">
|
|
65
|
+
<div className="xl:h-[100vh] xl:overflow-y-auto">
|
|
66
66
|
<div className="flex flex-col lg:pt-4">
|
|
67
67
|
<header className="sticky top-0 z-30 flex h-14 items-center gap-4 border-b bg-background px-4 py-1 lg:static lg:h-auto lg:border-0 lg:bg-transparent lg:px-6 lg:py-0 print:border-none select-none">
|
|
68
68
|
<Card className="flex items-center gap-2 h-12 sm:min-w-[300px] p-5">
|