Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 43dc39d

Browse files
committed
BG css tweaks
1 parent 8049c6b commit 43dc39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chat-ui/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.animated-bg-container {
1515
position: relative;
1616
/*overflow: hidden;*/
17-
height: 500vh;
17+
/*height: 500vh;*/
1818
}
1919

2020
.animated-bg-container::before {
@@ -24,7 +24,7 @@
2424
left: 0;
2525
right: 0;
2626
bottom: 0;
27-
background: repeating-linear-gradient(150deg, #fdf2f8, #faf5ff, #eef2ff, #faf5ff, #fdf2f8 100vmax);
27+
background: repeating-linear-gradient(150deg, #fdf2f8, #faf5ff, #eef2ff, #faf5ff, #fdf2f8 200vmax);
2828
animation: hue-rotate 60s linear infinite;
2929
animation-delay: var(--random-delay, 0s);
3030
z-index: -1;

0 commit comments

Comments
 (0)