mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-03 06:03:21 +03:00
fix(core): scrolling break client style in bordered container (#7650)
This commit is contained in:
parent
dd47c14c65
commit
67248316bd
@ -55,7 +55,7 @@ export const mainContainerStyle = style({
|
||||
'&[data-client-border="true"]': {
|
||||
borderRadius: 6,
|
||||
margin: '8px',
|
||||
overflow: 'hidden',
|
||||
overflow: 'clip',
|
||||
// TODO(@Peng): is this performance intensive?
|
||||
// TODO(@catsjuice): not match with design's shadow, theme missing
|
||||
filter: 'drop-shadow(0px 0px 4px rgba(66,65,73,.14))',
|
||||
|
Loading…
Reference in New Issue
Block a user