We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf16af7 commit 987a75bCopy full SHA for 987a75b
1 file changed
modules/wljs-snippets/template/Chat.wlx
@@ -70,7 +70,7 @@ App[request_] := With[{
70
<WebUIInitializationScript/>
71
<ExtensionsStyles/>
72
</Head>
73
- <body class="h-full dark:linux:bg-gray-700 dark:owin:bg-gray-700 owin:border owin:border-gray-500 owin:bg-blue-100/20">
+ <body class="h-full dark:linux:bg-gray-700 dark:owin:bg-gray-700 owin:border owin:border-slate-400 linux:border linux:border-slate-400 overflow-hidden owin:bg-blue-100/20">
74
<div>
75
<Alert/>
76
<Escape>
@@ -154,4 +154,4 @@ App[request_] := With[{
154
</html>
155
];
156
157
-App
+App
0 commit comments