Skip to content

Commit cf7c963

Browse files
committed
fix: faded-bottom overflow issue in inset layout
1 parent 22ad19c commit cf7c963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
@utility faded-bottom {
57-
@apply after:pointer-events-none after:absolute after:start-0 after:bottom-0 after:hidden after:h-32 after:w-full after:bg-[linear-gradient(180deg,_transparent_10%,_var(--background)_70%)] md:after:block;
57+
@apply after:pointer-events-none after:absolute after:start-0 after:bottom-0 after:hidden after:h-32 after:w-full after:rounded-b-2xl after:bg-[linear-gradient(180deg,_transparent_10%,_var(--background)_70%)] md:after:block;
5858
}
5959

6060
/* styles.css */

0 commit comments

Comments
 (0)