mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 01:43:01 +03:00
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:
parent
1b91ffa6a5
commit
419f1b34b3
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user