Skip to content

Commit 987a75b

Browse files
authored
Update body class for improved styling
1 parent bf16af7 commit 987a75b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/wljs-snippets/template/Chat.wlx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ App[request_] := With[{
7070
<WebUIInitializationScript/>
7171
<ExtensionsStyles/>
7272
</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">
73+
<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">
7474
<div>
7575
<Alert/>
7676
<Escape>
@@ -154,4 +154,4 @@ App[request_] := With[{
154154
</html>
155155
];
156156

157-
App
157+
App

0 commit comments

Comments
 (0)