@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stoker-platform/web-app
2
2
 
3
+ ## 0.5.127
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: fix Dashboard background cutoff issue
8
+
3
9
  ## 0.5.126
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-app",
3
- "version": "0.5.126",
3
+ "version": "0.5.127",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {
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">