Skip to content

Commit

Permalink
fix: Stickyness of forms (#1252)
Browse files Browse the repository at this point in the history
## Describe your changes

Fixes: #
  • Loading branch information
didrikmunther authored Aug 5, 2024
1 parent 68bda6d commit 1bb2c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/screens/form/screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export function FormScreen() {
</Tabs>
<div
className={cx(
"hidden min-h-[92vh] grid-cols-[1fr_3fr_1fr] lg:grid",
"hidden min-h-[92vh] grid-cols-[1fr_3fr_1fr] lg:grid absolute w-full",
{
"grid-cols-[0_1fr_0]":
!SideBar && form.pages.length <= 1
Expand Down

0 comments on commit 1bb2c7c

Please sign in to comment.