Explorar el Código

webui: fix chat screen shadow width (#18010)

* webui: fix chat screen shadow width

* chore: add index.html.gz
Kim S. hace 4 semanas
padre
commit
900316da4e

BIN
tools/server/public/index.html.gz


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

@@ -587,7 +587,7 @@
 
 		&::after {
 			content: '';
-			position: fixed;
+			position: absolute;
 			bottom: 0;
 			z-index: -1;
 			left: 0;