Skip to content

Commit 900316d

Browse files
authored
webui: fix chat screen shadow width (#18010)
* webui: fix chat screen shadow width * chore: add index.html.gz
1 parent 57c1e05 commit 900316d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/server/public/index.html.gz

-12 Bytes
Binary file not shown.

tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@
587587
588588
&::after {
589589
content: '';
590-
position: fixed;
590+
position: absolute;
591591
bottom: 0;
592592
z-index: -1;
593593
left: 0;

0 commit comments

Comments
 (0)