style: add scrollbar (#2826)

This commit is contained in:
JimmFly
2023-06-26 15:12:44 +08:00
committed by GitHub
parent 773d92760e
commit 002e64c819
11 changed files with 199 additions and 45 deletions
@@ -28,7 +28,7 @@ export const dropdownBtn = style({
export const divider = style({
width: '0.5px',
height: '16px',
background: 'var(--affine-border-color)',
background: 'var(--affine-divider-color)',
// fix dropdown button click area
margin: '0 4px',
marginRight: 0,