Skip to content

Commit

Permalink
fix(core): unexpected toast style in editor (#6924)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmFly committed May 14, 2024
1 parent 1b91ffa commit 419f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/component/src/ui/scrollbar/index.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const scrollableViewport = style({
height: '100%',
width: '100%',
});
globalStyle(`${scrollableViewport} > div`, {
globalStyle(`${scrollableViewport} >:first-child`, {
display: 'contents !important',
});
export const scrollableContainer = style({
Expand Down

0 comments on commit 419f1b3

Please sign in to comment.