Skip to content

Commit

Permalink
fix: overflow problem in headless
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Apr 2, 2024
1 parent 4dc9e46 commit 9e1df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/ui/components/template-box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default (): m.Component<TemplateBoxProps> => {
m(PrintPreviewTemplate, {
...attrs,
key: key + '.preview',
className: '.template.pointer.no-mouse-events.bg-black-05.ph1.ba.b--black-10.overflow-auto.flex-shrink-0',
className: '.template.pointer.no-mouse-events.bg-black-05.ph1.ba.b--black-10.overflow-hidden.flex-shrink-0',
width: 150,
hideAiNotice: true,
}),
Expand Down

0 comments on commit 9e1df6b

Please sign in to comment.