fix(core): unexpected toast style in editor (#6924)

<img width="1327" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/16115440-5265-44d6-9f05-b5621436cd59">
This commit is contained in:
JimmFly
2024-05-14 07:39:24 +00:00
parent 1b91ffa6a5
commit 419f1b34b3

View File

@@ -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({