mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-05 13:11:38 +03:00
fix(core): fix error overflow (#7335)
This commit is contained in:
parent
10bc0d1e29
commit
ad746b6376
@ -4,7 +4,7 @@ import { style } from '@vanilla-extract/css';
|
||||
export const root = style({
|
||||
display: 'flex',
|
||||
height: '100%',
|
||||
overflow: 'hidden',
|
||||
overflow: 'clip',
|
||||
width: '100%',
|
||||
position: 'relative',
|
||||
flexDirection: 'column',
|
||||
|
Loading…
Reference in New Issue
Block a user