File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ const Screen = forwardRef<
53
53
ref = { ref }
54
54
style = { isDev ? debugStyle : undefined }
55
55
className = { clsxm (
56
- 'relative flex h-screen min-h-[900px] flex-col center' ,
56
+ 'relative flex h-screen min-h-[900px] flex-col overflow-hidden center' ,
57
57
props . className ,
58
58
) }
59
59
>
Original file line number Diff line number Diff line change 18
18
19
19
@apply cursor-pointer border font-sans no-underline;
20
20
@apply [& _* ]: !not-italic;
21
- @apply border border-slate-200/80 bg-gray-100 /80 dark:border-neutral-700 dark:bg-zinc-800;
21
+ @apply border border-slate-200/80 bg-slate-50 /80 dark:border-neutral-700 dark:bg-zinc-800;
22
22
@apply transition-colors duration-200;
23
23
}
24
24
Original file line number Diff line number Diff line change 7
7
line-height : 1.5 ;
8
8
}
9
9
10
+ html body {
11
+ @apply max-w-screen overflow-x-hidden;
12
+ }
13
+
10
14
@media print {
11
15
html {
12
16
font-size : 12px ;
@@ -53,6 +57,7 @@ html.noise body::before {
53
57
content : '' ;
54
58
opacity : 0.04 ;
55
59
background-repeat : repeat;
60
+ filter : blur (3px );
56
61
}
57
62
58
63
@media print {
You can’t perform that action at this time.
0 commit comments