@fluid-app/portal-sdk 0.1.445 → 0.1.446

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/dist/index.cjs CHANGED
@@ -959,7 +959,7 @@ function AppShellLayout({ sidebarContent, headerContent, children, sidebarHeader
959
959
  ref: screenContentRef,
960
960
  "data-fluid-portal-screen-area": "",
961
961
  tabIndex: -1,
962
- className: "ring-foreground/5 scrollbar-none bg-background text-foreground h-full overflow-auto rounded-xl shadow-sm ring-1 max-md:rounded-none max-md:shadow-none max-md:ring-0",
962
+ className: "ring-foreground/5 scrollbar-none bg-background text-foreground h-full overflow-auto rounded-xl shadow-sm ring-1 max-md:rounded-b-none max-md:shadow-none max-md:ring-0",
963
963
  children
964
964
  })
965
965
  })]