mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 05:22:22 +03:00
fix(core): adjust cmdk list scroll padding block (#4972)
This commit is contained in:
parent
134428f38d
commit
f09c717413
@ -129,6 +129,7 @@ globalStyle(`${root} [cmdk-list]`, {
|
||||
height: 'min(330px, calc(var(--cmdk-list-height) + 8px))',
|
||||
padding: '0 0 8px 6px',
|
||||
scrollbarGutter: 'stable',
|
||||
scrollPaddingBlock: '12px',
|
||||
});
|
||||
|
||||
globalStyle(`${root} [cmdk-list]:not([data-opening])`, {
|
||||
|
Loading…
Reference in New Issue
Block a user